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.

CC1310: How to reset CC1310 by software SysCtrlSystemReset() function?

Part Number: CC1310

Hi,

simplelink_cc13x0_sdk_3_20_00_23

How to reset CC1310 by software? Is there a example code about this software reset?

Here we did, call SysCtrlSystemReset() as below picture.

But CC1310 is blocked and no reset happen when we test it in step by step debug mode.

Even can't be recovered by watchdog. 

  • Hi Daniel,

    Resets such as the WTD reset and other "warm resets" can be blocked by the ICEPick if asserted. This is to allow debugging of the system in case of an unexpected reset.

    In normal operation (without debugger connected), the resets should work as usual. Can you try this?

    Thanks,

    Alexis