English
Language : 

HD6413003RF Datasheet, PDF (105/715 Pages) Renesas Technology Corp – Microcontroller (MCU)
5.3 Interrupt Sources
The interrupt sources include external interrupts (NMI, IRQ0 to IRQ7) and 34 internal interrupts.
5.3.1 External Interrupts
There are nine external interrupts: NMI, and IRQ0 to IRQ7. Of these, NMI, IRQ0, IRQ1, and IRQ2
can be used to exit software standby mode.
NMI: NMI is the highest-priority interrupt and is always accepted, regardless of the states of the
I and UI bits in CCR. The NMIEG bit in SYSCR selects whether an interrupt is requested by the
rising or falling edge of the input at the NMI pin. NMI interrupt exception handling has vector
number 7.
IRQ0 to IRQ7 Interrupts: These interrupts are requested by input signals at pins IRQ0 to IRQ7.
The IRQ0 to IRQ7 interrupts have the following features.
• ISCR settings can select whether an interrupt is requested by the low level of the input at pins
IRQ0 to IRQ7, or by the falling edge.
• IER settings can enable or disable the IRQ0 to IRQ7 interrupts. Interrupt priority levels can be
assigned by four bits in IPRA (IPRA7 to IPRA4).
• The status of IRQ0 to IRQ7 interrupt requests is indicated in ISR. The ISR flags can be
cleared to 0 by software.
Figure 5-2 shows a block diagram of interrupts IRQ0 to IRQ7.
IRQn input
Note: n = 7 to 0
IRQnSC
Edge/level
sense circuit
IRQnE
IRQnF
S
Q
R
Clear signal
IRQn interrupt
request
Figure 5-2 Block Diagram of Interrupts IRQ0 to IRQ7
87