??? 02/07/05 22:11 Read: times |
#86831 - Responding to Interrupts Responding to: ???'s previous message |
Interrupt dis/enable controls if you respond to an event, not when.
Interrupt priority selects which interrupt (event) is responded to, not when. With a time triggered RTOS you choose when external events are are handled when you define when the task that will handle them runs. Ian |