Closed
Description
Could we finally have a fix for the RTC reset issue.
Most of the STM's have a RTC-ISR register that can be checked if the RTC is running.
A simple check in the RTC_API.c does work, I have been using it for some time now:
if(RTC->ISR == 7) { // RTC initialization and status register (RTC_ISR), cold start (with no backup domain power) RTC reset value
Bypass the RTC initialise in this case that stops the register being reset.
I believe Martin did merge a PR from me a few weeks back for the F7 but that seems not to have happened.
Metadata
Metadata
Assignees
Labels
No labels