This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:multiasm:cs:chapter_3_12 [2025/01/08 20:41] – ktokarz | en:multiasm:cs:chapter_3_12 [2025/01/08 20:42] (current) – [Recognizing interrupt source] ktokarz | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| </ | </ | ||
| - | ===== Recognizing | + | ===== Recognising |
| To properly handle the interrupts the processor must recognise the source of the interrupt. Different code should be executed when the interrupt is signalled by a network controller, different if the source of the interrupt is a timer. The information on the interrupt source is provided to the processor by the interrupt controller or directly by the peripheral. | To properly handle the interrupts the processor must recognise the source of the interrupt. Different code should be executed when the interrupt is signalled by a network controller, different if the source of the interrupt is a timer. The information on the interrupt source is provided to the processor by the interrupt controller or directly by the peripheral. | ||
| We can distinguish three main methods of calling proper ISR for incoming interrupts. | We can distinguish three main methods of calling proper ISR for incoming interrupts. | ||