English
Language : 

SH7052 Datasheet, PDF (94/919 Pages) Renesas Technology Corp – SuperHTM RISC engine
5.3.2 Address Error Exception Processing
When an address error occurs, the bus cycle in which the address error occurred ends. When the
executing instruction then finishes, address error exception processing starts up. The CPU operates
as follows:
1. The status register (SR) is saved to the stack.
2. The program counter (PC) is saved to the stack. The PC value saved is the start address of the
instruction to be executed after the last executed instruction.
3. The exception service routine start address is fetched from the exception processing vector
table that corresponds to the address error that occurred and the program starts executing from
that address. The jump that occurs is not a delayed branch.
5.4 Interrupts
5.4.1 Interrupt Sources
Table 5.7 shows the sources that start up interrupt exception processing. These are divided into
NMI, user breaks, IRQ and on-chip peripheral modules.
Table 5.7 Interrupt Sources
Type
NMI
User break
IRQ
On-chip peripheral module
Request Source
NMI pin (external input)
User break controller
IRQ0 to IRQ3 (external input)
Direct memory access controller (DMAC)
Advanced timer unit-II (ATU-II)
Compare match timer (CMT)
A/D converter (A/D)
Serial communication interface (SCI)
Watchdog timer (WDT)
Hitachi controller area network (HCAN)
Number of
Sources
1
1
4
4
75
2
2
20
1
4
Each interrupt source is allocated a different vector number and vector table offset. See table 6.3,
Interrupt Exception Processing Vectors and Priorities, in section 6, Interrupt Controller, for more
information on vector numbers and vector table address offsets.
68