2025-09-25 2:43 AM - last edited on 2025-09-25 4:11 AM by mƎALLEm
I am using STM32H723 and have implemented WWDG. Below is my configuration:
Are there possibility that when the system resets due to watchdog it would not trigger its ISR.
2025-09-25 4:22 AM
Not sure, never used WWDG, but why not
NVIC_DisableIRQ(WWDG_IRQn);
?
2025-09-25 6:21 AM
The EWI interrupt will function as intended.
There exist scenarios in which it will not be called. For example, if interrupts are disabled, it won't be called.