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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/08/04 12:59
Read: times


 
#68174 - RE: Changing Interrupt Priority
Responding to: ???'s previous message
You can change the priority of every interrupt at any time.

But you should carefully evaluate, what can happen on any combination of interrupts in progress or not.


E.g. if you are already inside a low level interrupt and change its priority to high level, then it is possible, that the interrupt can interrupt itself a second time.

The priority bit would only be examined every time, if an interrupt was entered.
So changing the priority has no effect on all the interrupts currently in progress.


Peter



List of 6 messages in thread
TopicAuthorDate
Changing Interrupt Priority            01/01/70 00:00      
   RE: Changing Interrupt Priority            01/01/70 00:00      
   RE: Changing Interrupt Priority            01/01/70 00:00      
      RE: Changing Interrupt Priority            01/01/70 00:00      
         RE: Changing Interrupt Priority            01/01/70 00:00      
            RE: Changing Interrupt Priority -Thanks            01/01/70 00:00      

Back to Subject List