Application Examples
END
WRIT_CLK Routine
BEGIN
Write 64 bytes of data into the real-time clock
Read the real-time clock once to reset the comparison
register to be sure it is no longer accessible
END
MAIN Routine
BEGIN
Call INIT_CLK to be able to access the real-time clock
Call WRIT_CLK to write the initial time to the clock
(or)
Call INIT_CLK to be able to access the real-time clock
Call READ_CLK to read the clock and parse the data
END
4-41