Hello,
I am currently working on TM4C1294KCPDT. I started RTC in Hibernate Calendar mode.The problem i am facing with is my RTC data fluctuate in seconds at Power off condition.I am using a 32.768KHz external crystal Oscillator.To maintain RTC Working at Power off condition i am using a BR2032 Battery.
Following are the connections shown of my board :
My Code to start RTC is as follow:
SysCtlPeripheralEnable(SYSCTL_PERIPH_HIBERNATE);
HibernateEnableExpClk(SYS_CLOCK);
HibernateClockConfig(HIBERNATE_OSC_LOWDRIVE);
HibernateRTCEnable();
HibernateCounterMode(HIBERNATE_COUNTER_24HR);
Can you Please help me to solve this problem.
Thank you
Rajani