Hi All,
i am looking for some docs or example snapshots for "How to debug root cause of code crash". I am running my code on c66xx core.
The problem scenario is :
I am running my code on c66x core. Whenever i gets code/system crash, I have to debug the root cause of crashing.
Normally the procedue earlier we were following was.. whenevr code crash happened, we captured the contents of memory plus CPU registers. Then we were loading these contents in the form of GEL and OUT file in CCS v3.3. Then after loading we were sucessuly able to watch register and memory window
Now my concern is...
(1) Now we are using CCS v4. So I am not sure whether GEL file format remains same or not.
(2) Is there any other way of analysing code crash in CCS v4. I check the wiki page http://processors.wiki.ti.com/index.php/Crash_Dump_Analysis . but This expects a crash dump file. i do not know How do i create file.