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