Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2640
Hi,
I am having some issues with resetting the cc2640r2flp from the software. I am using the software UART (sensor controller) to receive some commands from the PC. One of the commands is to perform a system reset.
The issue: I start the debugger and run the code. After running the code, I terminate the debugger. After this, I send the command to cc2640r2flp to perform a system reset which executes the function SysCtrlSystemReset(). But the cc2640r2flp does not reset and boot back up again.
However, after the above scenario, I reset the device manually by pressing the onboard reset switch, here on whenever I send the command to the cc2640, it resets properly and boots back up again. Any insights on why this is happening?
SDK: 2.40
Project: Multi-role
Vinay