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: In which header file is HAL_SYSTEM_RESET();?

Part Number: CC2652R7

Tool/software:

I used SysCtrlSystemReset() before, but it often doesn't work

thanks

  • Hi,

    I see HAL_SYSTEM_RESET() is defined in <SDK>\source\ti\ti154stack\apps\coprocessor\mt\mt_sys.c

    However, I am not sure if this will help much given the definition used:

    /*! Reset by using DriverLib supplied function */
    #define HAL_SYSTEM_RESET() SysCtrlSystemReset()

    In all the cases, ensure the debugger is detached when attempting reset as the debugger will prevent the device to reset.

    I hope this will help,

    Best regards,