Hello,
I'm using the nrf52833 dk with nrf Connect SDK v2.6.1.
I'm trying to disable the watchdog with wdt_disable() but I keep obtaining -1. Is there any way to disable it?
Thank you!
Hello,
I'm using the nrf52833 dk with nrf Connect SDK v2.6.1.
I'm trying to disable the watchdog with wdt_disable() but I keep obtaining -1. Is there any way to disable it?
Thank you!
Hello,
The WDT — Watchdog timer peripheral on the nRF52833 can't be disabled once it has been started, hence the error.
Best regards,
Vidar