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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/22/02 05:50
Read: times


 
#29499 - RE: one more possible problem with interupts
Of course you can disable interrupts in interrupt routine, but its not very wise to stay in interrupt loop, what you should do is set a flag in interrupt that start bit has been detected and disable further EX5 interrupts, then in your main loop program check for start bit flag and keep polling the rest of the bits till required code has been read, then clear start bit flag and re enable the EX5 interrupt.
Mahmood

List of 11 messages in thread
TopicAuthorDate
one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      
RE: one more possible problem with interupts            01/01/70 00:00      

Back to Subject List