System reset¶
Using TI’s API :tidrivers_api:`Power.h`¶
#include <ti/drivers/Power.h>
Power_reset();
Using device’s specific include¶
#include DeviceFamily_constructPath(cmsis/cc23x0r5.h)
#include DeviceFamily_constructPath(cmsis/core/core_cm0plus.h)
NVIC_SystemReset();
Note
The reset may not work if the debugger is attached.