Hi,
Running a cc3235S and setting time on device using Seconds_set() after a successful sntp sync. Is it possible to keep the clock going during a hibernate?
Regards Tomas
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Running a cc3235S and setting time on device using Seconds_set() after a successful sntp sync. Is it possible to keep the clock going during a hibernate?
Regards Tomas
Hi,
Seconds_set() uses the RTC clock that is maintained during LPDS (deep sleep) but hibernate places the device in few microseconds which is almost complete shutdown. RTC should still run but mainly to enable faster initialization than shutdown. Since the application code should be loaded to SRAM again, you should also set the clock again as part of the application code.
Regards,
Shlomi