![IXYS zilog Z51F6412 Manual Download Page 48](http://html1.mh-extra.com/html/ixys/zilog-z51f6412/zilog-z51f6412_manual_2098946048.webp)
Z51F6412
Product Specification
PS030302-0212
P R E L I M I N A R Y
45
10.4 Interrupt Vector Table
The interrupt controller supports 32 interrupt sources as shown in the Table 10-2 below. When
interrupt becomes service, long call instruction (LCALL) is executed in the vector address. Interrupt
request 32 has a decided priority order.
Table 10-2 Interrupt Vector Address Table
Interrupt Source
Symbol
Interrupt
Enable Bit
Priority Mask Vector
Address
Hardware Reset
RESETB
0
0
Non-Maskable
0000H
External Interrupt 0
INT0
IE0.0
1
Maskable
0003H
External Interrupt 1
INT1
IE0.1
2
Maskable
000BH
External Interrupt 2
INT2
IE0.2
3
Maskable
0013H
External Interrupt 3
INT3
IE0.3
4
Maskable
001BH
Pin Change Interrupt (P0)
INT4
IE0.4
5
Maskable
0023H
Pin Change Interrupt (P7)
INT5
IE0.5
6
Maskable
002BH
USART0 Rx
INT6
IE1.0
7
Maskable
0033H
USART0Tx INT7
IE1.1
8
Maskable
003BH
SPI0 INT8
IE1.2
9
Maskable
0043H
I2C INT9
IE1.3
10
Maskable
004BH
USART1 Rx
INT10
IE1.4
11
Maskable
0053H
USART1 Tx
INT11
IE1.5
12
Maskable
005BH
T0 INT12
IE2.0
13
Maskable
0063H
T1 INT13
IE2.1
14
Maskable
006BH
T2 INT14
IE2.2
15
Maskable
0073H
T3 INT15
IE2.3
16
Maskable
007BH
T4 INT16
IE2.4
17
Maskable
0083H
T5 INT17
IE2.5
18
Maskable
008BH
ADC INT18
IE3.0
19
Maskable
0093H
EEPROM INT19
IE3.1
20
Maskable
009BH
WT INT20
IE3.2
21
Maskable
00A3H
WDT INT21
IE3.3
22
Maskable
00ABH
BIT INT22
IE3.4
23
Maskable
00B3H
SPI1 INT23
IE3.5
24
Maskable
00BBH
USART2 Rx
INT24
IE4.0
25
Maskable
00C3H
USART2 Tx
INT25
IE4.1
26
Maskable
00CBH
USART3 Rx
INT26
IE4.2
27
Maskable
00D3H
USART3 Tx
INT27
IE4.3
28
Maskable
00DBH
External Interrupt 4
INT28
IE4.4
29
Maskable
00E3H
External Interrupt 5
INT29
IE4.5
30
Maskable
00EBH
External Interrupt 6
INT30
IE5.0
31
Maskable
00F3H
External Interrupt 7
INT31
IE5.1
32
Maskable
00FBH
For maskable interrupt execution, first EA bit must set ‘1’ and specific interrupt source must set ‘1’ by
writing a ‘1’ to associated bit in the IEx. If interrupt request is received, specific interrupt request flag
set ‘1’. And it remains ‘1’ until CPU accepts interrupt. After that, interrupt request flag will be cleared
automatically.