Grant Edwards schrieb:
I'm trying to figure out how to use msp430-jtag to stop my program and dump out RAM contents so that I can look at the contents of some buffers my program is filling with state info.
the main problem here is that msp430-jtag resets teh target as first step. then the target runs for a few milliseconds until the JTAG can stop the CPU.
therefore, msp403-jtag is not suitable to upload RAM from a running program. msp430-gdb+gdbproxy should be able to do this.
Is it not possible to dump out the state of program variables/buffers using msp430-jtag?
nope chris
