stm32-rs / stm32h7xx-hal

Peripheral access API for STM32H7 series microcontrollers
BSD Zero Clause License
210 stars 99 forks source link

Add additional possibility for WWDG1RSTF to WindowWatchdogReset arm. #434

Closed phansel closed 1 year ago

phansel commented 1 year ago

STM32H743ZI2 is confirmed to occasionally raise only the WWGD1RSTF flag after encountering a window watchdog reset.

This fix adds an additional option for the WindowWatchdogReset arm.

re: https://github.com/stm32-rs/stm32h7xx-hal/issues/433

Not tested on any hardware yet.

phansel commented 1 year ago

Tested as working on STM32H743ZI2.