RTC - [STM32CubeL4][1.13.0][stm32l4xx_hal_rtc_ex] Missing EXTI interrupt activation
Problem: RTC Wakeup interrupt is not working on STM32L4 after calling the HAL_RTCEx_SetWakeUpTimer_IT.Cause:A preprocessor macro check rules out a call to the __HAL_RTC_WAKEUP_EXTI_ENABLE_IT for uC other than STM32L412xx / STM32L422xx in the file stm...