This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/PROCESSOR-SDK-AM437X: Exception logging

Part Number: PROCESSOR-SDK-AM437X
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Dear support,

Is in sysbios/RTOS any module or functionality which can be used for exception logging. Modul should store exception info. somewhere in RAM. Information should be readable after reboot.


For example:

- application is running (sysbios)...
- Exception occurred.
- Exception text with SP, PC, task handler etc. is stored in ram
- system is reboot
- application is running (sysbios)...
- Exception text can be read and forward with TCP, UDP, serial, etc.

Any idea?

Regards, Mare