Forum : ARM
Original Post
Post Information | Post |
---|---|
May 25, 2011 - 1:39pm
|
An easy question. Using RLink Pro... How could I dump RAM memory contents? A dump of flash pages is obvious but I'm not sure how to download RAM content in order to make some specific test-debugging Any help please? |
For accessing the RAM you must be in a debug session in Ride. The programming tools (RFlasher, Cortex_pgm) don't allow to access the RAM.
In Ride debug session you can use the fill/save command to save the data views to files. And you can automatize and/or control from outside using COM objects as explained in the doc. There is no other way.
Best Regards,
Vincent