cancel
Showing results for 
Search instead for 
Did you mean: 

IWDG watchdog timeout even refresh it

jiangpen
Associate II

I have a customized bootloader and a main application.

Both of them init the wathcdog, and refresh it. But when my bootloader jump to application, the refresh of watchdog from application sometime does not work. The watchdog still timeout.

But if run the application using Jtag directly, it is OK.

I think it must be the watchdog init twice causes some problem.

May I know what is the solution for that, and I really need a watchdog to reset system when system in trouble, it needs both bootloader and main app.

1 REPLY 1
TDK
Guru

> refresh of watchdog from application sometime does not work.

How are you verifying this? You could toggle a pin on refresh and verify on a scope that you're doing it within the allotted amount of time.

Most likely the IWDG is behaving correctly according to the RM.

If you feel a post has answered your question, please click "Accept as Solution".