CHAPTER 7 INTERRUPTION/EXCEPTION PROCESSING FUNCTION
266
User’s Manual U14359EJ4V0UM
Table 7-1. Interrupt/Exception Source List (2/2)
Interrupt/Exception Source
Type
Classification
Name
Controlling
Register
Generating Source
Generating
Unit
Default
Priority
Exception
Code
Handler
Address
Restored PC
Interrupt
INTCMD2
CMICD2
CMD2 match signal
RPU
30
0260H
00000260H
nextPC
Interrupt
INTCMD3
CMICD3
CMD3 match signal
RPU
31
0270H
00000270H
nextPC
Interrupt
INTDMA0
DMAIC0
End of DMA0 transfer
DMA
32
0280H
00000280H
nextPC
Interrupt
INTDMA1
DMAIC1
End of DMA1 transfer
DMA
33
0290H
00000290H
nextPC
Interrupt
INTDMA2
DMAIC2
End of DMA2 transfer
DMA
34
02A0H
000002A0H nextPC
Interrupt
INTDMA3
DMAIC3
End of DMA3 transfer
DMA
35
02B0H
000002B0H nextPC
Interrupt
INTCSI0
CSIIC0
CSI0 transmission/
reception completion
SIO
36
02C0H
000002C0H nextPC
Interrupt
INTSER0
SEIC0
UART0 reception error
SIO
37
02D0H
000002D0H nextPC
Interrupt
INTSR0
SRIC0
UART0 reception
completion
SIO
38
02E0H
000002E0H nextPC
Interrupt
INTST0
STIC0
UART0 transmission
completion
SIO
39
02F0H
000002F0H nextPC
Interrupt
INTCSI1
CSIIC1
CSI1 transmission/
reception completion
SIO
40
0300H
00000300H
nextPC
Interrupt
INTSER1
SEIC1
UART1 reception error
SIO
41
0310H
00000310H
nextPC
Interrupt
INTSR1
SRIC1
UART1 reception
completion
SIO
42
0320H
00000320H
nextPC
Interrupt
INTST1
STIC1
UART1 transmission
completion
SIO
43
0330H
00000330H
nextPC
Interrupt
INTCSI2
CSIIC2
CSI2 transmission/
reception completion
SIO
44
0340H
00000340H
nextPC
Interrupt
INTSER2
SEIC2
UART2 reception error
SIO
45
0350H
00000350H
nextPC
Interrupt
INTSR2
SRIC2
UART2 reception
completion
SIO
46
0360H
00000360H
nextPC
Interrupt
INTST2
STIC2
UART2 transmission
completion
SIO
47
0370H
00000370H
nextPC
Maskable
Interrupt
INTAD
ADIC
End of A/D conversion
ADC
48
0380H
00000380H
nextPC
Note
n = 0 to FH
Remarks 1.
Default Priority:
The priority order when two or more maskable interrupt requests occur at the
same time. The highest priority is 0.
Restored PC:
The value of the PC saved to EIPC or FEPC when interrupt/exception processing
is started. However, the value of the PC saved when an interrupt is
acknowledged during divide instruction (DIV, DIVH, DIVU, DIVHU) execution is
the value of the PC of the current instruction (DIV, DIVH, DIVU, DIVHU).
nextPC:
The PC value that starts the processing following interrupt/exception processing.
2.
The execution address of the illegal instruction when an illegal opcode exception occurs is
calculated by (Restored PC – 4).