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.

CC2652P: How to close watchdog after it has been opened?

Part Number: CC2652P

Hi, I use CC2652P, SimpleLink SDKv4.20.

My application is based on TI15.4Stack 2.4g sensor.

I initialize and open watchdog in my application.

Then, application runs, clear watchdog timer every 4s, watchdog works fine.

Then, after some time, I need to close watchdog.

I tried Watchdog_close(), but it seems the watchdog continues running, and if I don't clear watchdog timer, trigger reset.

So, how to close watchdog after it has been opened?