STM32C031: No RTC SubSecond alarm interrupt, but works on calendar type alarms
RTC SubSecond does not generate an interrupt with an STM32C031.Interrupt works perfectly on calendar type alarms.I work in LSE at 32768KHz, divider 127 and 255 RTC_TimeTypeDef sTime = {0}; RTC_DateTypeDef sDate = {0}; RTC_AlarmTypeDef sAlarm = {0};...