cancel
Showing results for 
Search instead for 
Did you mean: 

Tim malfunction problem when iwdg is active

최민혁.1
Associate II

I was coding with nucleo f401re board in stm32cubeide. However, I found a problem with timer not working properly when iwdg is enabled in ioc settings. Do you know a solution to this?

3 REPLIES 3
TDK
Guru

The IWDG should have no effect on the timers unless the watchdog causes a reset, in which case the timers, along with almost everything else, will be reset. What problem are you seeing?

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

Regardless of the prescaler and period values ​​that I have set, the time value created by the timer is displayed at will.

How are you determining the timer value is wrong? Can you post a minimal working example showing the problem?

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