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

Back to Subject List

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


 
#10940 - RE: Ex0 interrupt within Ex0 interrupt.
The whole problem is that you are trying to do too much in the ISR, the number of lines of assembly (20) I mentioned above was not a limit on assembly code but a limnit on TOTAL code executed in the ISR. What you are doing should be done by the ISR (re)setting a flag or counter and the rest handled in main.
Have fun,
Erik

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