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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/21/04 15:58
Read: times


 
#70855 - RE: timer intrepputs based
Responding to: ???'s previous message
The tutorials here cover the timers and interrupts, but separately. In the code library, the frequency counter example has timer interrupts.

A timer interrupt service routine is generally simple: reset the timer, do something (often just setting a flag) then leave. It all depends on what you need to do. I use them for timing message broadcasts, parsing messages, blinking a heartbeat LED, ... lots of things.

I'm curious why you're comparing two different things (timer interrupts and state machines). Kinda like apples and oranges, they're different but both are good.

Dennis

List of 26 messages in thread
TopicAuthorDate
timer intrepputs based            01/01/70 00:00      
   RE: timer intrepputs based            01/01/70 00:00      
      RE: timer intrepputs based            01/01/70 00:00      
      RE: timer intrepputs based            01/01/70 00:00      
   RE: timer intrepputs based            01/01/70 00:00      
      Application            01/01/70 00:00      
         RE: Application            01/01/70 00:00      
            RE: Application            01/01/70 00:00      
               RE: Application - Asok and Mahnoor            01/01/70 00:00      
                  State Machine polling and others            01/01/70 00:00      
                     RE: State Machine polling and others            01/01/70 00:00      
                     RE: State Machine polling and others            01/01/70 00:00      
                        Nice example Mr. Michael Karas            01/01/70 00:00      
                           RE: Nice example Mr. Michael Karas            01/01/70 00:00      
                        Nice example Mr. Michael Karas            01/01/70 00:00      
                  RE: Application - Asok and Mahnoor            01/01/70 00:00      
                     RE: Application - Asok and Mahnoor            01/01/70 00:00      
                     RE: Application - Asok            01/01/70 00:00      
                        RE: Application - Asok            01/01/70 00:00      
                           RE: Application - Asok            01/01/70 00:00      
         RE: Application            01/01/70 00:00      
            Donald Catto....            01/01/70 00:00      
               RE: Donald Catto....            01/01/70 00:00      
   How that state machine of Mr.Michael            01/01/70 00:00      
      RE: How that state machine of Mr.Michael            01/01/70 00:00      
         RE: How that state machine of Mr.Michael            01/01/70 00:00      

Back to Subject List