Content originally posted in LPCWare by robekras on Tue Mar 11 00:04:46 MST 2014
Again today problems with just connect the debugger to a target program.
As I wrote in the beginning I have two 'just connect to target program' configurations. One for connecting to our bootware and one for connecting to our firmware. The difference is mainly only that the bootware is running from location 0x0 to 0x27fff, and firmware is running from location 0x28000. Settings are identical except for referencing a different program image.
Connecting to bootware is not working (see attached screenshot).
Connecting to firmware is working, but I can't really debug because bootware is running but the image is for firmware.
When I start LPCExpresso 6.1.4 connecting to bootware is working. Same running target, same program image, no recompile.
I don't know whether this is of help:
With every version of LPCExpresso I had the feeling that gdb (or anything else which is related to LPCExpresso) is a little unstable. In older version I observed some blue screens of death. Locking of the whole computer.
I had problems in reconnecting to the target (when trying to reflash the program).
I had to disconnect and reconnect the Red Probe and/or to close LPCExpresso and sometimes I did a restart of the PC to get it working again.
Robert