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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/23/02 16:19
Read: times


 
#21109 - RE: help on interrupts please
If I understand your problem correctly, you are having a 2nd valid interrupt occur while the first ISR is still executing? If it is not a keybounce problem is it possible that you are doing too much in the ISR? If that is the case try to shorten the ISR to the bare minimum. Use the ISR to input the keyboard data to a circular buffer, exit the ISR and let your MAIN code handle the remaining parts of your keyboard routine.

Hal

List of 8 messages in thread
TopicAuthorDate
help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      

Back to Subject List