RTC_SetDate + RTC_SetTime race condition?
Posted on July 07, 2014 at 17:44Can the standard peripheral library functions RTC_SetDate and RTC_SetTime be used sequentially without worrying about a date rollover between the two calls? Reading the STM32L reference manual gives the impression th...