This is a very nice article.
http://processors.wiki.ti.com/index.php/Accessing_DSP_BIOS_logs_without_JTAG
I have implemented some host-side code to access user logs from the DSP.
In the CCS IDE, the DSP/BIOS Message (LOG) viewer also includes a LOG named "Execution Graph Details"
Here is a sample from this LOG.
353108 PRD: tick count = 63439 (0x0000f7cf)
353109 SWI: post KNL_swi (TSK scheduler) (0x853abfa8)
353110 SWI: begin KNL_swi (TSK scheduler) (0x853abfa8)
353111 SWI: end KNL_swi (TSK scheduler) (0x853abfa8) state = done
353112 PRD: tick count = 63440 (0x0000f7d0)
353113 SWI: post PRD_swi (0x853abfd4)
353114 SWI: post KNL_swi (TSK scheduler) (0x853abfa8)
353115 SWI: begin PRD_swi (0x853abfd4)
353116 PRD: begin PRD0 (0x853ac93c)
Is there a way to access this information too? If so what is its buffer / symbol name?
I am interested in this log because I have seen seg fault messages reported in this LOG.
Regards,
--B