Skip to main content
YKuo.1
Associate II
January 19, 2023
Solved

STM32F429 IWDG freeze in stop mode

  • January 19, 2023
  • 2 replies
  • 1021 views

Hi,

I'm wondering if it's possible to freeze the IWDG in stop mode for STM32F429. I couldn't find this option in the STM32CubeProgrammer. Not sure if this is feasible.

Thanks,

This topic has been closed for replies.
Best answer by FBL

Hello @Community member​,

First, to get the product's option bytes you may refer to the RM0090 section 3.7.1 Description of user option bytes Table 16. It is clear that this product doesn't support IWDG option bit.

Second, to start the independent watchdog, you should program the control bits by writing to its Key register or by hardware option. Once started it cannot be stopped except by a Reset.

2 replies

FBLBest answer
Technical Moderator
January 19, 2023

Hello @Community member​,

First, to get the product's option bytes you may refer to the RM0090 section 3.7.1 Description of user option bytes Table 16. It is clear that this product doesn't support IWDG option bit.

Second, to start the independent watchdog, you should program the control bits by writing to its Key register or by hardware option. Once started it cannot be stopped except by a Reset.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.Best regards,FBL
YKuo.1
YKuo.1Author
Associate II
January 19, 2023

Got it, Thanks for your prompt response.