Part Number:CC1310
Tool/software:TI-RTOS
i builded a project based on rfWsnNode using cc1310, but some time the system stopped and cannot recover. i suspect the cc1310 chip encounter some error. in my view, if Error.policyFxn = Error.policySpin was enabled, when a error occur, the system will trap in a while loop and never recover. if Error.policyFxn = Error.policyDefault was enabled, a raisehool will be called and may run to custum defined fucntion , can i restart the system here? what function shuld i use?
if set m3Hwi.enableException to false, while a m3hwi occur, can the system recover itself ?