Using the info at http://processors.wiki.ti.com/index.php/Crash_Dump_Analysis I've created a crash dump file and am attempting to use the advanced stack analysis feature of CCS. When I run the script, I get the error "SEVERE: Cannot read memory at 0x8E203FE0: memory is not present". I believe the crash dump file is correctly formatted and that address is included in it. It looks like perhaps there is a bug in CCS reading the crash dump?
I have attached the files necessary to reproduce the issue. NOTE that I've zeroed out the actual data content in the dsp.crashdump.txt file, but the error happens even with valid data. I've also reduced the example JS script from the wiki down to the bare minimum necessary to reproduce the error.
I'm using CCS 5.3.0.00090
--Adam