This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

32-bit overflow in nrf_drv_wdt_init()

In nRF5 SDK 12.1.0 a bug was fixed in nrf_drv_wdt_init(). Watchdog timeout could not be larger than 131 seconds because of (x * 32768) multiplication before. This bug is again present in SDK 12.2.0, 12.3.0 and even 13.0. Could you please fix it in the next SDK release!?

Related