Datasheet

Section 5 Interrupt Controller
Rev. 4.00 Jun 06, 2006 page 126 of 1004
REJ09B0301-0400
5.5.3 Interrupt Control Mode 1
Three-level masking is implemented for IRQ interrupts and on-chip supporting module interrupts
by means of the I and UI bits in the CPU’s CCR, and ICR.
Control level 0 interrupt requests are enabled when the I bit is cleared to 0, and disabled when
set to 1.
Control level 1 interrupt requests are enabled when the I bit or UI bit is cleared to 0, and
disabled when both the I bit and the UI bit are set to 1.
For example, if the interrupt enable bit for an interrupt request is set to 1, and H'20, H'00, and H'00
are set in ICRA, ICRB, and ICRC, respectively, (i.e. IRQ2 and IRQ3 interrupts are set to control
level 1 and other interrupts to control level 0), the situation is as follows:
When I = 0, all interrupts are enabled
(Priority order: NMI > IRQ2 > IRQ3 > address break > IRQ0 > IRQ1 ...)
When I = 1 and UI = 0, only NMI, IRQ2, IRQ3, and address break interrupts are enabled
When I = 1 and UI = 1, only NMI and address break interrupts are enabled
Figure 5.9 shows the state transitions in these cases.
Only NMI and address
break interrupts enabled
All interrupts enabled
Exception handling execution
or I1, UI1
I0
I1, UI0
I0UI0
Exception handling execution
or UI1
Only NMI, IRQ2, IRQ3,
and address break interrupts
enabled
Figure 5.9 Example of State Transitions in Interrupt Control Mode 1