RTC cause main code stop working
Posted on October 21, 2017 at 01:06I was running RTC with stm32f051. I use cmsis and using LSE(32.768 khz) for rtc.I use this code for setup rtc with alarm . when interrupt of rtc is running the other section of code stop working but the interrupt r...