[Openocd-development] Single stepping problem on LPC3220

2010-08-19 Thread Phil Fong
I have found some situations where single step with next in GDB with OpenOCD on a LPC3220 (uses lpc3250.cfg with modification of core ID and memory size), does not work. Whenever I reach a certain line while single stepping, OpenOCD prints out "Error: Unable to set 32 bit software breakpoint

Re: [Openocd-development] SWD feedback on LPC1343

2010-08-19 Thread Peter Stuge
simon qian wrote: > Another feedback about compile warnings: > > In file included from ../../src/helper/command.h:35, > from configuration.h:26, > from options.c:27: > ../../src/helper/jim.h:812: warning: declaration of 'index' shadows a global > declaration >

Re: [Openocd-development] SWD feedback on LPC1343

2010-08-19 Thread simon qian
Another feedback about compile warnings: In file included from ../../src/helper/command.h:35, from configuration.h:26, from options.c:27: ../../src/helper/jim.h:812: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:304: warning:

[Openocd-development] SWD feedback on LPC1343

2010-08-19 Thread simon qian
Hi, >From a user of Versaloon: > For the LPC1343, I used your lpc1700.cfg with memory region sizes updated. > I have been able to connect to the target with gdb, to load a program to > the RAM, step it, set breakpoints, continue, ctrl-C. It seems to me, that > basically, the system works. > Howev