Can't wake up with RTC on certain period
Hello!I am trying to wake up STM32L4 from STOP2 mode on each 3 seconds using RTC.This is the RTC initialization code:static void MX_RTC_Init(void){/* USER CODE BEGIN RTC_Init 0 *//* USER CODE END RTC_Init 0 */RTC_TimeTypeDef sTime = {0};RTC_DateTypeD...