RTC Interrupts on STM32F4 vs STM32F1
Posted on August 28, 2014 at 07:23I 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 STM32...