Hi everyone. I am working with tm4c1294 board. I need to interface my board with a RTC module which have a external battery to prevent losing data in case of arbitrary power loss. I found that tm4c have hibernate module with built-in RTC. So i think i have 2 solutions for my project.
1. Use RTC of hibernation module and connect battery with Vbat pin (which i really confuse that how battery will work in paralle with Vcc source, and after drop Vcc)
2. Use ds1307 and ofcouse a external battery for it.
Shoud i use first or second solution? Can someone suggest me any idea?
Thanks.