2021-02-11 08:38 AM
I configured window watchdog with ewi interrupt enabled, and enabled isr for WWDG_IRQn too, But it can not generate interrupt before reset the core.
And there is no HAL_WWDG_Start_IT() function in stm32h7xx_hal_wwdg.c.
2021-02-11 06:23 PM
Sorry, There are some error in my code. wwdg works well now.