Skip to content
Snippets Groups Projects
Verified Commit 071a84e2 authored by rahix's avatar rahix
Browse files

fix(rtc): Fix rtc values not being synchronized


Use RTC_GetTime() instead of RTC_GetSecond() because otherwise a read
immediately following the RTC alarm will return the previous value.
RTC_GetTime() will return E_BUSY a number of times before finally being
successful and returning a timestamp.  To keep the system load minimal
during this waiting, the task is put to sleep for 4ms everytime the read
fails.  This value might need further adjustment.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 91f49d52
No related branches found
No related tags found
No related merge requests found
Pipeline #1655 failed