2019-03-28 04:30 AM
2019-03-28 04:47 AM
Exti on alternate function is possible if you directly write the exti registers because HAL defines are missing.
2019-03-28 01:29 PM
> RTC Alarms (A and B) through EXTI line interrupt . What does it means ??
In other words, you enable one of the alarms to interrupt in RTC, then you have to enable the respective line 17 in EXTI, and then enable RTC_Alarm_IRQn in NVIC - and RTC_Alarm_IRQ is in fact the EXTI17 interrupt.
JW