[STM32F091VCH] HAL_RTCEx_SetWakeUpTimer_IT does not work, help me.
I want to enter the CPU in stop mode and wakeup the CPU using RTC wakeup.I wrote the following code.----(void)HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 2-1, RTC_CR_WUCKSEL_2);HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON,PWR_STOPENTRY_WFI);/* STOP MODE */...