Other Parts Discussed in Thread: WMBUS
Tool/software: TI-RTOS
Hi,
I want to know is it possible to preserve the RTC counter for CC1310 after a software system reset by watchdog timer?
currently we are developing a wmbus project for a water meter.
for stability consideration, we enable the watchdog, which will config to reset the system in case of unpredictable abnormal conditions.
The date/time was designed to be set when the product was shipped from the factory.
during the long term running, the system could be reset by some case. anyway we want to preserve the date/time in that case. as the time log was demanded for a water meter application. and, it's not possible to re-config the time manually after installation and running on the field.
so, how to preserve the date/time value?
currently we use Seconds_set(seconds) to set the seconds value, and use Seconds_get() to get the counters' reading.
if without a software reset, the functions is ok; but after reset, the value will be lost.
B/R,
Shaowei