Hello:

Grant Edwards wrote:

> On 2008-06-10, Grant Edwards <[email protected]> wrote:
> 
>> 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.
>>
>> Uploading from RAM using the --upload option seems to work (it
>> prints out a bunch of hex data), but the data don't look at
>> like the data that my program is writing.
> 
> Oh, I should have added that I've verified that using --upload
> to read flash definitely works.  So it sure looks like the act
> of running jsmp430-jtag is messing with the contents of RAM.
> 

  Too fast answer attempt on my side, but my guess is that msp430-jtag uses
funclets to perform its function. So AFAIK these are very small piece of
code stored and run from ram. I guess that's what preventing you to access
the real contents of RAM.

  HTH,

-- 
Raúl Sánchez Siles


Reply via email to