Interrupt Handling

Interrupts in the µT-Kernel specification include both external interrupts from devices and interrupts due to CPU exceptions. One interrupt handler may be defined for each interrupt number. Interrupt handlers can be designed for starting directly (basically without OS intervention), or for starting via a high-level language support routine.

Comments

Click here to Post a Comment