STM32L475RE. RTC Wake Up doesn't interrupt
Hi everyone!I'm using STM32L475 and I have a problem, the RTC Wake Up doesn't interrupt. I've set up the RTC in order to interrupt as follows (interrupt every 31.25 ms):static void MX_RTC_Init(void) { /* USER CODE BEGIN RTC_Init 0 */ /* USER ...