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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/26/01 12:52
Read: times


 
#12791 - RE: Function called from timer interupt
If the timer was set to the highest priority the function can not be interrupted by an other interrupt if you don't allow it (is default).

I think you want to know to be shure that the interrupt is always handled in the 0.48ms you mentioned.

You should also check interrupt latency (not only execution time). If you have two or more interrupts at the highest priority an other interrupt may be active when your timer interrupt occurs. Your timer interrupt must then wait for the other interrupt to finish. So your interrupt will be handled later than you expect.

Happy programming.

List of 11 messages in thread
TopicAuthorDate
Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      
RE: Function called from timer interupt            01/01/70 00:00      

Back to Subject List