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?