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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/12/01 18:05
Read: times


 
#10763 - RE: Timer Interrupt
If, you set and reset an interrupt bit inside the ISR the bit will be reset upon the exit of the ISR REGARDLESS of what the state was when the interrupt happened. This is one of the more frequent problems I find when debugging other peoples code. The same problem occasionally pop up when the set/reset is done in the code body and a bit state created by the ISR has to be preserved.

List of 9 messages in thread
TopicAuthorDate
Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      

Back to Subject List