English
Language : 

SH7055S Datasheet, PDF (126/1002 Pages) Renesas Technology Corp – Renesas 32-Bit RISC Microcomputer SuperH RISC engine Family/SH7000 Series
6.4.2 Interrupt Priority Level
The interrupt priority order is predetermined. When multiple interrupts occur simultaneously
(overlap), the interrupt controller (INTC) determines their relative priorities and starts up
processing according to the results.
The priority order of interrupts is expressed as priority levels 0–16, with priority 0 the lowest and
priority 16 the highest. The NMI interrupt has priority 16 and cannot be masked, so it is always
accepted. The user break interrupt and H-UDI interrupt priority level is 15. IRQ interrupts and on-
chip peripheral module interrupt priority levels can be set freely using the INTC’s interrupt
priority registers A through L (IPRA to IPRL) as shown in table 6.8. The priority levels that can
be set are 0–15. Level 16 cannot be set. See section 7.3.1, Interrupt Priority Registers A–L (IPRA-
IPRL), for details of the interrupt priority registers.
Table 6.8 Interrupt Priority Order
Type
NMI
User break
H-UDI
IRQ
Priority Level
16
15
15
0–15
On-chip peripheral module 0–15
Comment
Fixed priority level. Cannot be masked.
Fixed priority level.
Fixed priority level.
Set with interrupt priority level setting registers A
through L (IPRA to IPRL).
Set with interrupt priority level setting registers A
through L (IPRA to IPRL).
6.4.3 Interrupt Exception Processing
When an interrupt occurs, its priority level is ascertained by the interrupt controller (INTC). NMI
is always accepted, but other interrupts are only accepted if they have a priority level higher than
the priority level set in the interrupt mask bits (I3–I0) of the status register (SR).
When an interrupt is accepted, exception processing begins. In interrupt exception processing, the
CPU saves SR and the program counter (PC) to the stack. The priority level value of the accepted
interrupt is written to SR bits I3–I0. For NMI, however, the priority level is 16, but the value set in
I3–I0 is H'F (level 15). Next, the start address of the exception service routine is fetched from the
exception processing vector table for the accepted interrupt, that address is jumped to and
execution begins. See section 7.4, Interrupt Operation, for further details.
Rev.2.0, 07/03, page 88 of 960