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.

CC2650: Reset cc2650 launchpad

Part Number: CC2650
Other Parts Discussed in Thread: BLE-STACK

Hello,

I am trying to hard reset the cc2650 launchpad .

I tried HAL_SYSTEM_RESET(),  HCI_EXT_ResetSystemCmd(HCI_EXT_RESET_SYSTEM_HARD)   and SysCtrlSystemReset();

Neither of these instructions are properly resetting the device.

After execution of either of the above instructions ,the device stops advertising .

The program execution is not re-initiated.

Is there an additional instruction that I should add to restart the program ?

How do I restart the code loaded on the launchpad?

Kindly advise.