Hi,
How do I soft reset the CC2652P7 chip?
This has to be done upon receiving a command over UART.
Thanks
Karthik
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.
Hello Karthik S,
You can use the function call SysCtrlSystemReset(); to reset the device, also include #include <ti/devices/cc13x2_cc26x2/driverlib/sys_ctrl.h> to reduce build errors when calling System Reset function.
Thanks,
Alex F