STM32F100RBT Avoiding RTC Time Race When Setting Alarm For 1 Second
Hello,I have a system using STM32F100RBT needs wake up from standby mode every second.Some operations it conducts when it wakes might take longer than a second.Each time before going to sleep, I read the current RTC time, and set an alarm for this ti...