cancel
Showing results for 
Search instead for 
Did you mean: 

Window watchdog early wake-up interrupt (EWI) is not generating before watchdog reset in stm32h747

shivakumar478
Associate

Configured WWDG timer in CM7 core of stm32h747I-disco and i have taken a window period of 10msec to 50 msec and configured according to that in cubeMX. also enabled Early Wake up interrupt and Window watchdog interrupt.
i am trying to check interrupt call back WWDG_IRQHandler() before reset as per reference manual rm0399.
issue: Core Reset is happening properly but WWDG_IRQHandler() is not getting called before reset

1 REPLY 1
TDK
Super User

Is it enabled? Show your code.

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