First page Back Continue Last page Graphics
RR with Interrupts Advantages
More control over priorities.
- device routines can be serviced in any order
- processor interrupt priority settings can be used
Interrupt routines get good response (low latency)
- Main loop can be suspended
- Interrupt routines are (must/should be) short.
- Interrupt code inherently has a higher priority than task code