Page 1 of 1

RTC on the NANO

Posted: Fri Sep 12, 2014 9:40 am
by SeeCwriter
The NANO54415 has both rtc.h/cpp and mcf5441x_rtc.h/cpp files. Why are there two, and which pair should be used for RTC?

Steve

Re: RTC on the NANO

Posted: Fri Sep 12, 2014 9:55 am
by dciliske
One is for offboard I2C based RTCs (rtc.h/.cpp) and the other is for using the internal RTC (mcf5441x_rtc.h/.cpp). That should also answer which one to use... ;)