cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32101t8U6 rtc no Vbat pin...

den2life
Associate II
Posted on October 05, 2015 at 19:52

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 #rtc
3 REPLIES 3
Posted on October 05, 2015 at 20:29

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?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
den2life
Associate II
Posted on October 06, 2015 at 15:28

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

, but

it 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

STANDBY

mode

,

the clock is ticking

?

Posted on October 06, 2015 at 16:14

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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..