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

Back to Subject List

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


 
#10909 - RE: Ex0 interrupt within Ex0 interrupt.
Dear Gil,

Whenever you enter the ISR, disable the external interrupt 0 and enable it again before leaving the ISR. This way you would not have another call to the ISR while servicing it.
BUT, this depends upon how critical your interrupt application is as you might lose upon the interrupt call when you are servicing it.

Mohit

List of 9 messages in thread
TopicAuthorDate
Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      
RE: Ex0 interrupt within Ex0 interrupt.            01/01/70 00:00      

Back to Subject List