RTC weakup interrupt does not work
Posted on July 31, 2015 at 20:47I have used CubeMx to generate code for stm32f407Set RTC internal weakupand enabled the NVICbut the RTC_WKUP_IRQHandler() never got called!code:/* RTC init function */void MX_RTC_Init(void){ RTC_TimeTypeDef sTime; ...