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.

CC2652R7: Microcontroller not reseting from code

Part Number: CC2652R7

Hi,

I need to reset my CC2652R7 microcontroller after meeting certain condition inside a task in TIRTOS. I am not able to perform the reset using the SysCtrlSystemReset() function call. I have tried this multiple times and it is not working.  Note, I have also tried this by removing my debugger to make sure it is not preventing the controller from rebooting. The execution is just stuck at that line.

Let me know if there is any other way by which I can reset the microcontroller from the code.

This is urgent, please help!

Regards,

Devanshu Agarwal

  • Hello Devanshu, 

    Can you elaborate?

    what example are you using?

    Does the microcontroller just ignore the sys reset line of code or is it hanging on the line?

    The usual reason for this to happen is when activity on the TCK Pin is detected.You can reference the BLE5-Stack User's Guide or Section 6.6 of the Technical Reference Manual for more information. I recommend you remove all the JTAG pins on the lauchpad and then try again, let me know if this works.

    Regards,

    AB