User Activity

Hello, everyone. I'm trying to use an STM32F103C6 to toggle some pins once per second. To this end, I have set up the RTC "seconds" event to fire on the appropriate interval.When busy waiting until the `SECF` bit of `RTC_CRL` is set, it works just fi...