Hi,
I have a project using CC2642R based on Simple Peripheral. In release build I want it to restart whenever any kind of exception or abort() happens. I have looked over the .cfg file but I'm not sure which of the hooks below I need to implement or if there is a standard policy to handle this. I have noticed that some of them default to a spin which I really don't want.
Error.policyFxn
Error.raiseHook
m3Hwi.enableException
m3Hwi.excHandlerFunc
System.abortFxn
System.exitFxn
SysCallback.abortFxn
SysCallback.exitFxn
