Tool/software: TI-RTOS
Hi Team,
I have written firmware so that triggering of particular event makes a particular device write file on the SD card and second event that reads that file and sends that to radio device using SPI communication.
I need to know what time the file was written on the SD card.
For this I have used the Seconds_set(value) and Seconds_get() functions.
However, this gives me the data and time relative to the value implemented in the Seconds_set(value) function.
But what I need is the real time information and not the relative time information.
How can I get that?
I have the firmware based on the RTOS concept.
Your inputs will be valuable.
Thank you
Vikram