Re: [Openocd-development] Hitex LPC1768 USB Stick and openocd

2010-03-04 Thread David Brownell
On Monday 15 February 2010, Jörg Fischer wrote: > > See Ticket #19: > https://sourceforge.net/apps/trac/openocd/ticket/19 I suspect this is fixed in current GIT ... If so, I think it'd be a good time for you to prepare a patch for something like tcl/board/hitex-lpc1768-usbstick.cfg ... - Dave

Re: [Openocd-development] Hitex LPC1768 USB Stick and openocd

2010-02-15 Thread David Brownell
On Monday 15 February 2010, Jörg Fischer wrote: > I was referring to the original tcl/target/lpc1768.cfg from > openocd, which still has that statement in its "reset init" sequence. Yeah, I saw that on a closer look. Just checked in the obvious fix. That whole reset-init handler still seems like

Re: [Openocd-development] Hitex LPC1768 USB Stick and openocd

2010-02-15 Thread David Brownell
On Monday 15 February 2010, David Brownell wrote: > On Monday 15 February 2010, Jörg Fischer wrote: > > because the tcl/target/lpc1768.cfg seems to have some issues: > > > > "arm core_state arm" is not possible on the LPC1768. > > Of course not ... it's Cortex-M3 processor, which only > supports

Re: [Openocd-development] Hitex LPC1768 USB Stick and openocd

2010-02-15 Thread Jörg Fischer
Hi, David Brownell schrieb: > On Monday 15 February 2010, Jörg Fischer wrote: >> Hi, >> >> just finished my openocd.cfg for the Hitex LPC1768-Stick >> [...] >> The attached openocd.cfg contains the full configuration, >> because the tcl/target/lpc1768.cfg seems to have some issues: >> >> "arm core_

Re: [Openocd-development] Hitex LPC1768 USB Stick and openocd

2010-02-15 Thread David Brownell
On Monday 15 February 2010, Jörg Fischer wrote: > Hi, > > just finished my openocd.cfg for the Hitex LPC1768-Stick: > http://www.hitex.com/index.php?id=lpc1768-stick-details > > It has an FT2232D for JTAG with "stm32stick" layout connected to > the NXP LPC1768 µC (Cortex M3). > > The attached op

[Openocd-development] Hitex LPC1768 USB Stick and openocd

2010-02-15 Thread Jörg Fischer
Hi, just finished my openocd.cfg for the Hitex LPC1768-Stick: http://www.hitex.com/index.php?id=lpc1768-stick-details It has an FT2232D for JTAG with "stm32stick" layout connected to the NXP LPC1768 µC (Cortex M3). The attached openocd.cfg contains the full configuration, because the tcl/target/