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

Value overflow in watchdog initialization code.

NRF5 SDK 15.3.0 has an issue in a module nrfx_wdt.c. In function nrfx_wdt_init line of code: nrf_wdt_reload_value_set((p_config->reload_value * 32768) / 1000); causes to overflow when reload_value greater than 131072 ms. Please, fix this issue.

Parents Reply Children
Related