Initialize clock chip to compile time the first time the program runs after that it will read the time from the clock chip. I find this easy since a quick recompile and load of utility sets the clock chip then we reload with the normal firmware. OK for use in low volume testing.

Dependencies:   DS1302 compile_time_to_system_time mbed

Fork of DS1302_HelloWorld by Erik -

Initialize Clock To Compile Time

Initialize clock chip to compile time the first time the program runs after that it will read the time from the clock chip.

I find this an easy way to initialize my clock chip and then it stays set for as long as the battery lasts. I use a quick recompile then copy this utility to the mbed board where it sets the time and date. After than reload the mbed board with normal firmware and the clock remains set.

I use it for low volume testing.

Underlying library for parsing DATE and TIME is as follows:

The time supplied by compiler is UMT so you need to adjust for local time if needed.

Referenced

Committer:
joeata2wh
Date:
Wed Mar 30 14:50:02 2016 +0000
Revision:
3:a51d2418c6fe
Parent:
2:be7af7513a1b
update to use MIT license

Who changed what in which revision?

UserRevisionLine numberNew contents of line
joeata2wh 3:a51d2418c6fe 1 https://developer.mbed.org/users/joeata2wh/code/compile_time_to_system_time/#3e55cf9d76e6