Other Parts Discussed in Thread: MSP430F5419A
We are using MSP430F5419A with CCS 4.2.4. When the watch dog timer expires or we call our panic method, we mark a RAM variable with a special pattern and restart. On restart if we detect this pattern we are writing the contents of RAM to flash so it can subsequently be transferred to PC for analysis. Given this image of RAM and the map file created by CCS, we would like to be able to inspect the contents of RAM not just as a hex-dump but using variable names. We can find the vector containing pointers to our TCBs and from these the stack for each task. So for each task its call history is available. We are also saving the last seconds worth of task switch history in RAM. So a lot is available for inspection in this file we are saving.
I know GDB has the ability to load a RAM image but am wondering if there are any tools to do this if we continue to use CCS as our development platform?
Thanks,
Dick