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.

CCS/CC2652RB: [TI15.4 Stack]how to soft reset CC2652RB

Expert 1175 points

Part Number: CC2652RB

Tool/software: Code Composer Studio

HI TI.

I'm using simplelink_cc13x2_26x2_sdk_4_10_00_78 run at TI15.4 stack,

i have a question,how to call soft reset function?

i'm tried to using HAL_SYSTEM_RESET(),

but it will be cause build error.

the error reason as below:

how can i solved this problem,

thx.

  • Hi,

    HAL_SYSTEM_RESET() macro is not made for CC26x2/CC13x2 devices. On these devices, you should rather use SysCtrlSystemReset(). This function requires to include sys_ctrl.h:  #include <driverlib/sys_ctrl.h>

    I hope this will help,

    Kind regards,