Part Number: CC1310
Tool/software: TI-RTOS
Hi,
I need to reset my application when a given command is received.
How can I do a software reset using TI-RTOS?
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 Mad River,
You can use the SysCtrl reset command in sys_ctrl.h:
static void SysCtrlSystemReset (void)
Reference below:

Regards,
Michel