First page Back Continue Last page Graphics
The response problem
Embedded systems have response constraints.
- Also require asyncronous processing
- GUIs share the same problem (solved with events)
Interrupts are one solution for embedded systems
- Difficult to program
- Require thorough systems knowledge and more importantly code/algorithm mastery.
- Introduce other problems