I am using the nrf51822, SD110 and SDK 8.
Thanks!
I am using the nrf51822, SD110 and SDK 8.
Thanks!
Hi,
No, that is not possible.
From the nRF51 Reference Manual page 112
The watchdog must be configured before it is started. After it is started, the watchdog’s configuration registers, which comprises registers CRV, RREN, and CONFIG, will be blocked for further configuration.
I.e. Once configured and started, the watchdog timer cannot be stopped/re-configured, unless one hard reset (watchdog or power/brownout or reset pin) arrives.
Hi,
No, that is not possible.
From the nRF51 Reference Manual page 112
The watchdog must be configured before it is started. After it is started, the watchdog’s configuration registers, which comprises registers CRV, RREN, and CONFIG, will be blocked for further configuration.
I.e. Once configured and started, the watchdog timer cannot be stopped/re-configured, unless one hard reset (watchdog or power/brownout or reset pin) arrives.
Thank you!