Hi
I am working on tm4c1294ncpdt using CCS IDE for my application. Here I am continuously writing the sensor data to a text file which is stored in the pendrive. So, my objective is to write the timestamp along with the sensor data.
So, I thought of using RTC (Real time clock) in my application such that whenever a data is written into the file, its timestamp will also be written together.
But in the time being, I don't have much idea about RTC. I have gone through the RTC and Hibernation module in datasheet.
Do we need any extra components (crystal, oscillator or external battery) for this purpose?
Can anyone please share some sample code such that it may help me
Thanks and Regards
Subash