Hey,
I have a question regarding the watchdog in a low power application with dynamic sleep times of e.g. 1mim/10mim/1h. In the docs of nrf9160 and also nrf9151 it says https://docs.nordicsemi.com/bundle/ps_nrf9160/page/wdt.html:
The watchdog must be configured before it is started. After it is started, the watchdog’s configuration registers, which comprise registers CRV, RREN, and CONFIG, will be blocked for further configuration.
That means I can not set different timeouts (e.g. "bind" it to the sleep interval or a have one for sleep and a short one for awake)
What is the best strategy here? How would I set an optimal value?
Best