Interrupt Controller

This device has an EventManager-based interrupt system. Individual modules generate events which are wired into a central interrupt controller.

When an interrupt occurs, you should look the interrupt number up in the CPU- specific interrupt table and then call the relevant module.

Assigned Interrupts

The following interrupts are assigned on this system:

Interrupt

Module

0

TIMER0

1

UART

2

USER_IRQ_0

3

USER_IRQ_1

4

USER_IRQ_2

5

USER_IRQ_3

6

USER_IRQ_4

7

USER_IRQ_5