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.