2015-10-05 10:52 AM
How to be a STM32F101T8U6that does not have VBAT pin, if the VBAT pin by VDD, then how to read the time after SHUTDOWN MODE the STM32F101T8U6.
#rtc #rtc2015-10-05 11:29 AM
Does the VDD supply disappear?
Does the board have an LSE crystal?VBAT pin has VDD attached, or not?STANDBY? STOP?Wouldn't you just enable/unlock the PWR/RTC peripheral and read the current register content?2015-10-06 06:28 AM
I do not
use
an external
oscillator LSE,
internal LSI
use
.After the go of
the STM32F101T8U6
into standby mode
includes a button WKUP
and read
the RTC-CTL and CTH
, butit is zero
,and the
battery
is not disconnected
, that is,do not leave
without
power supply
CPU.What to do?
But
no
VBAT,it is connected
to the
inside of
the VDD
?How to
use the clock
to
when entering
STANDBYmode
,the clock is ticking
?2015-10-06 07:14 AM
There is no internal connection, when the internal regulator turns off it switches to VBAT, so you'd want that connected to some external supply. Should be a diagram of the low power domain, what's connected to it, and how the switch is arranged, in the manuals.
I haven't looked over any unique F101 features, but on the F103 the LSI was not in the low power domain.