Hi all,
I'am using the wdog in a K64 without window mode. The problem is when i try to refresh the wdog before a delay of (WDOG_config.timeoutValue >> 3U), like it is done in the SDK example project, the chip don't take into account the refresh and reset the chip.
This delay is too long, for a Wdg timeout of 500 ms per example we have a delay of 500 ms >> 3U = 62 ms to wait before refreshing again !!
I notice that after initiating the Wdg, i respect the WCT delay before the first refresh.
This issue is already known, but there's no explications :
https://community.nxp.com/t5/MCUXpresso-SDK/MK66FX-WDOG-do-not-work/m-p/1204817/highlight/false#M294...
Regards.