Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • on tick interrupt, TSTA.TICK is set (TIM0 = @xxxxxxx1).
  • on second interrupt, TSTA.TICK and TSTA.SEC are setSEC is set (TIM0 = @1xxxxxx0 and TIM1 <> 32). TSTA.TICK is reset.
  • on minute interrupt, TSTA.MIN is set (TIM0 = @1xxxxxx0 and TIM1 = 32). TSTA.TICK and TSTA.SEC and TSTA.MIN are setreset. 


Three registers are associated with these interrupts:

...