Tool/software: TI-RTOS
Hi,
I have used RTC module for setting the UNIX time and I have set the current EPOC time using the Seconds_set() function. The clock continues to count from the provided time but after some time it it reset to a default time (1412800000) and continues to count from that. Whenever I try to read the time using Seconds_get() function i get the latest value but not the value from which I set.
I have used clock modules to count and task sleep to put the device into standby mode. Will this reset the RTC?
Im trying to set unix time and continue to run the clock so that i could retrieve current time and put device to sleep at a particular time everyday.
Thanks,
radha