This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C129XNCZAD: Use RTC feature

Part Number: TM4C129XNCZAD
Other Parts Discussed in Thread: EK-TM4C1294XL

Dear Sir,

I have requirement of Real Time Clock in the project . What are the step  to be carried out to utilised the RTC of TM4C129XCNZAD.

Do you have any steps or setting needed for controller to work as standard RTC with date (DD:MM:YYYY)and TIme(HH:MM:SS)

Is any example code available?

  • Hi,

      Yes, there are two hibernation module examples including support for RTC. One example uses the RTC in calendar mode. You can find in C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\hibernate_calendar. The other example is simpler example without calendar mode but still uses the RTC for wakeup. It is in C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\hibernate.

  • Dear Charles,

    We are using TM4C129X development board and the example folder have hibernate programe only .hibernate_calander program missing .

    The path mentioned by you having both the program but not working with TM4C129X development board.

    I am interested in hibernate _calander because need simple running RTC whose time is used for data saving stamping.

  • You can find the same hibernate example with calendar mode in C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\dk-tm4c129x\hibernate.