I am trying to use the WWDG EWI on the STM32F051. I can force the WWDG reset, but never seem to get the Early Warning Interrupt. I am setting EWIMode to WWDG_EWI_ENABLE when calling HAL_WWDG_Init(). I am trying to verify the interrupt by stopping the...