I have been working hard and on a Saturday, too!
I have an Olimex LPC-P2103 with an Olimex ARM-JTAG.
I am trying to get some code running from RAM that has been Downloaded and RUN using OpenOCD called from Eclipse 3.1.
I am following Jim Lynch’s latest guide referenced elsewhere in this forum.
I am using GNUARM 4.0.2 as my compiler and make 3.80 from a fresh today Cygwin install.
Well guess what I cannot make it work at the moment, with all that software to get working I suppose it is not surprising.
I am using Jim Lynch’s LPC2106 Led Flashing code as a starting point for my experiments.
I have modified the linker script to suit the 2103.
I have everything building fine. The Memory map looks good. Ioperm is loaded and OpenOCD is started with the correct .cfg file without errors.
The first time I try and debug all goes pretty well with gdb talking to OpenOCD correctly, but it never completes the prgress bar just sticks on 60% and the break at main never happens.
If I try and close down OpenOCD and gdb and try again then they never seem to communicate correctly.
I have not completed my investiagtions yet but I was wondering if anybody has a simalar combination going ??