First page Back Continue Last page Graphics
Write Short Interrupt Routines
For two reasons:
- Even the lowest priority interrupt routine is executed in preference to the highest priority task.
- Long interrupt routines translate directly to slow responding task code.
- Interrupt routines tend to be more bug-prone and harder to debug than task code.
Interrupt routines should handle immediate activities but should signal task code to do the rest