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

Changes to nrf_drv_wdt_init in SDK 12.3.0

While migrating from 12.1 to 12.3 I noticed changes to nrf_drv_wdt_init; specifially the removal of uint64_t casts. Why were these removed?

We use a 5 minute reload value, which doesn't work with the 12.3 changes.

Related