Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/09/04 17:28
Read: times


 
#73894 - RE: LPC932 RTC
Responding to: ???'s previous message
Hi Juan,

A lot of RTC chips offer an interrupt which can be used as a long duration timer. More setup is required and your resolution is in minutes when this alarm timer is used (at least on the PCF8563 I've been using).

If you need another timer, like T0 and T1, get a uC that is 8052 compatible which has T2.

Another alternative is to have separate counters in your timer ISR, and when these counters reach specific values, set a flag that is tested in the main loop.

Dennis

List of 8 messages in thread
TopicAuthorDate
LPC932 RTC            01/01/70 00:00      
   RE: LPC932 RTC            01/01/70 00:00      
      RE: LPC932 RTC            01/01/70 00:00      
   RE: LPC932 RTC            01/01/70 00:00      
   RE: LPC932 RTC            01/01/70 00:00      
      RE: LPC932 RTC            01/01/70 00:00      
         RE: LPC932 RTC            01/01/70 00:00      
   RE: LPC932 RTC            01/01/70 00:00      

Back to Subject List