STM32L0 RTC ARALM with subsecond match stalls if the next alarm is one tick away
Posted on October 12, 2017 at 17:10Ok, quick background first. I am using RTC ALARMB to have a timeout queue that survives STOP mode (which SYSTICK does not).My PREDIV_S is 2048, PREDIV_A is 16 in case this matters.The code that I am using can run i...