Hello,

I am new with openocd and I am trying to debug a demo program on a board
with an lpc2468. I have created a lpc2468.cfg file based on lpc2294.cfg on
svn.

I am debugging from gdb (without any gui). I can run the program with cont
and stop it with ctrl-c. Then I try to set a brekpoint or run step by step
and then I have the problems.

step command in not working and if I set a breakpoint I can use cont one
time, and one time will not work. the error is always the same one:

I receive 2 warnings in openocd window:

Warn : memory write caused data abort (address: 0x000003a4, size: 0x4,
count: 0x1)
Warn : memory write caused data abort (address: 0x000003a4, size: 0x4,
count: 0x1)

and the same message in gdb but only one time and without the "Warn :".

To start the openocd I used the following command:

sudo ./src/openocd -f src/target/interface/openocd-usb.cfg -f
src/target/target/lpc2468.cfg

openocde-usb.cfg is from the svn revision 1315 and lpc2468 is attached to
the mail.

any idea?

Thanks and Regards,
Mariano.-

Attachment: lpc2468.cfg
Description: Binary data

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to