Other Parts Discussed in Thread: EK-TM4C1294XL
Hi,
It is a pretty simple question about the RTC on the hibernate module. I'm already using it to keep track of time using the RTC. It's working ok and all, but I couldn't find the year range of the internal RTC.
Since the datasheet mentions that uses a 32 bit timer I was assuming that the RTC would overflow on 2038. Is that the case?
If that matters, I'm using the tivaware library and it returns me a "struct tm" that uses 1900 as reference.