Skip to main content
Explorer II
May 28, 2024
Question

EWI Interrupt

  • May 28, 2024
  • 1 reply
  • 884 views

I am trying to generate an EWI Interrupt from the WWDG on a WB55.

I have  WWDG_EWI_ENABLE set, I have global interrupts enabled and I have WWDG_IRQn enabled.

I can generate resets from the WWDG, but I never get an EWI interrupt. I checked in the link map that the WWDG_IRQHandler points to my interrupt handler.

I'm missing something really simple aren't I?

 

 

 

    This topic has been closed for replies.

    1 reply

    ST Employee
    June 10, 2024

    Hello @TWood.4 

    I tested an example of the Early Wake interrupt and it worked.
    You need to refresh the WWDG within the correct time frame. If it is not refreshed, it will cause a system reset instead of an interrupt.
    WWDG EWI.png