2017-10-30 09:19 AM
HELLO
I want to connect backup battery to STM32F746 DISCO but from datasheet I see VBAT is connected directly to VDD
is there any way to solve this problem ??
2017-10-30 12:48 PM
746 CPU is a large chip, 208 pads, I think, and the board is a multilayer PCB. I bet you can't connect a battery to Vbat.
There are cheap RTC boards available on the net. I am not a salesman, so I wont give you any names but Google does.
2017-10-31 12:36 AM
thanks for reply
Why I have to connect external rtc board if cpu has very good rtc inside
they have to think about that
the Disco board can be used very easy as final product after programmed so it should include this important feature
2017-10-31 10:51 AM
'the Disco board can be used very easy as final product after programmed so it should include this important feature'
True. I think many demo boards from ST have Vbat connected to the VCC.
2017-10-31 04:23 PM
so the power supply options listed in the user manual don't help?
2017-10-31 05:41 PM
Not really, the OP is trying to separate the supplies so VBAT can be powered independently, with a battery.
At the moment the C1 ball connects to VDD plane, not sure if a trace is exposed in a usable fashion.
2017-10-31 06:09 PM
elbeshlawy.mohammed wrote:
Disco board can be used very easy as final product
You didn't read the licence agreement, then?
2017-11-01 01:00 AM
who read like that useless messages
2017-11-01 01:02 AM
RTC is useless i have to re setup time each time when power off
2017-11-02 01:47 AM
The board on itself is not very 'battery' friendly. A shortcoming of a lot of boards not being designed to use this kind of battery backup feature. You can start by disabling all peripherals and such to measure the power consumed on the 3.3V rail. Then you can decide to hook up a battery at 3.3V, with a diode is series. Not a beautiful solution, but it might work for you. If only the RTC is needed, using an external RTC with CR2032 battery would do the trick. You can buy this dirt cheap like the ones that are available for Raspberry Pi's (another design lacking a RTC). Using VDD as feeding point instead of 3.3V doesn't look good.
Regards,
R