Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
is there any way to get the crash reason on restart or to save before crashing have some kind of assert handler ...
using cc1352p2 sdk 8.30 is there any default example for that.?
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.
Hi Pavan,
We have all sorts of handlers, configurable in SysConfig:
Do note that for some of then, like the clock loss reset, the procedure is different, but you can still access the reset reason:
Regards,
Arthur
is there any kind of example or documentation for that how to use this?
does this give the error on restart or before going to get restarted...?
Hi Pavan,
The handler function will be called before restart. The RESET_SRC register will however be set on restart.
As of the TI-RTOS7 documentation, it is located here: TI-RTOS 7 Kernel User's Guide
Regards,
Arthur