You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
The RTC is powered from the VBAT pin. It should be able to keep tracking time, even though the main power supply is off. According to this site that should be possible.
I checked with an oscilloscope if the LSE keeps running if the main VDD is off while VBAT is powered. That is ok.
The parameter resetTime in the rtc.begin(bool resetTime, RTC_Hour_Format format = RTC_HOUR_24); function probably allows to setup the RTC in the application without resetting its current time. It doesn't have the expected behaviour.
The text was updated successfully, but these errors were encountered:
Hello,
The RTC is powered from the VBAT pin. It should be able to keep tracking time, even though the main power supply is off. According to this site that should be possible.
I checked with an oscilloscope if the LSE keeps running if the main VDD is off while VBAT is powered. That is ok.
The parameter resetTime in the
rtc.begin(bool resetTime, RTC_Hour_Format format = RTC_HOUR_24);
function probably allows to setup the RTC in the application without resetting its current time. It doesn't have the expected behaviour.The text was updated successfully, but these errors were encountered: