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.

cc26xx contiki cpu reset cc26xx-web-demo

Other Parts Discussed in Thread: CC2650

Hi e2e - 

I have tried to add a COAP call to the cc26xx web demo to reset the cc26xx CPU.
Neither of the following calls are actually resetting the CPU: 

 ti_lib_sys_ctrl_system_reset();  // from ti-lib.h 
 SysCtrlSystemReset();  // from cc26xx driverlib sys_ctl.h

On a normal reset/boot, the green LED blinks rapidly until it joins the mesh.
What I am seeing, is the LED's do not light up, and the CPU is not responsive to button presses or COAP requests. 

On the BLE stack for the same platform, I've been using HAL_SYSTEM_RESET reliably.
Unfortunatley, contiki does not have access to the same HAL  

Does anybody know a reliable way to reset the cc26xx CPU with contiki?