RTC settings #1131
Unanswered
JindrichHavel
asked this question in
Q&A
RTC settings
#1131
Replies: 1 comment 1 reply
-
Hi, do you have a solutio about your question? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any reliable way to change the RTC?
When I set the RTC date and time (HAL_RTC_SetTime / HAL_RTC_SetDate), the currently running timers (TimerEvent_t) may be broken!
We may need to stop all timers first, then change/set the date and time, and then restart the timers. But it's not quite easy ... How to do it easily?
Beta Was this translation helpful? Give feedback.
All reactions