Wdog refreshing delay

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wdog refreshing delay

Jump to solution
572 Views
ahmedhrabi
Contributor III

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. 

Tags (1)
0 Kudos
1 Solution
543 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi ahmedhrabi,

I don't think you have to wait this delay. It's just show you refresh WDOG 10 times every (config.timeoutValue >> 3U) delay.

Best Regards,
Robin

View solution in original post

1 Reply
544 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi ahmedhrabi,

I don't think you have to wait this delay. It's just show you refresh WDOG 10 times every (config.timeoutValue >> 3U) delay.

Best Regards,
Robin