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/CC1310: The watchdog cannot be used more than once in the sensor program

Part Number: CC1310


Tool/software: Code Composer Studio

hi

Hi, Ti engineers

I would like to ask a question, in an application, the watchdog can only be used once? I want to use the watchdog in the sensor program many times. When my program is awakened, I want to turn on the watchdog. When my program needs to sleep, I want to turn off the watchdog. This way, my program won't get stuck in some places after being awakened. However, the test result is not like this, my watchdog can only open and close once. When I go to open for the second time, my API will return an error. And the program will reset automatically later.