Other Parts Discussed in Thread: EK-TM4C1294XL
Hi, TI teams,
I used TI EK-TM4C1294XL board to do a RTC experiment, I enable the RTC as below,
HibernateEnableExpClk(0);
HibernateRTCEnable();
HibernateCounterMode(HIBERNATE_COUNTER_24HR);
I print the RTC time with seconds via UART, the time is counted from "F0C3F000".
Then I press the reset button to reset the system, the RTC time would be reset to "F0C3F000", but I want it to continue counting.
I would to know if the RTC time could be continue counting after system reset? How to config the RTC?
I am looking forward for your reply.
Regards,
eric