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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/16/02 13:18
Read: times


 
#29215 - RE: Thread
You can use different interrupts at once safely by usng priorities and proper design. Remember that internal interrupts are maintained until serviced, external are not. Also a lower priority interrupt can be interrupted by a higher priority one, but not vice versa. Choose your priorities with care keeping these facts in mind, and keep the interrupt sub-routines as short as possible. You can thus easily ensure that no interrupt is lost.

Keeping the sub-routines short means using flags as Pranav suggested.

kundi

List of 6 messages in thread
TopicAuthorDate
Thread            01/01/70 00:00      
RE: Thread            01/01/70 00:00      
RE: Thread            01/01/70 00:00      
RE: Thread            01/01/70 00:00      
RE: Thread            01/01/70 00:00      
RE: Thread            01/01/70 00:00      

Back to Subject List