Question
RTC Interrupts on STM32F4 vs STM32F1
Posted on August 28, 2014 at 07:23
I am porting over an open source project that is currently based on the STM32F1 to the STM32F4 (using the discovery board currently).
The project is using both the RTC_IRQn and RTCAlarm_IRQn on the STM32F1. The STM32F4 does not have RTC_IRQn. It is described as ''RTC global interrupt'' in the F1 documentation, what does that mean? Is it the same as RTC_WKUP_IRQn on the F4? Thanks for the help! #rtc