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.