English
Language : 

GMS81C2020 Datasheet, PDF (67/92 Pages) Hynix Semiconductor – CMOS Single-Chip 8-Bit Microcontroller with A/D Converter & VFD Driver
Hyundai Micro Electronics
GMS81C2020/GMS81C2120
The interrupts are controlled by the interrupt master enable
flag I-flag (bit 2 of PSW), the interrupt enable register
(IENH, IENL) and the interrupt request flags (in IRQH,
IRQL) except Power-on reset and software BRK interrupt.
Interrupt enable registers are shown in Figure 19-2 . These
registers are composed of interrupt enable flags of each in-
terrupt source, these flags determines whether an interrupt
will be accepted or not. When enable flag is "0", a corre-
sponding interrupt source is prohibited. Note that PSW
contains also a master enable bit, I-flag, which disables all
interrupts at once.
Reset/Interrupt Symbol Priority Vector Addr.
Hardware Reset RESET
-
External Interrupt 0 INT0
1
External Interrupt 1 INT1
2
Timer 0
Timer 0
3
Timer 1
Timer 1
4
-
-
-
-
-
-
-
-
-
-
-
-
A/D Converter
A/D C
5
Watch Dog Timer WDT
6
Basic Interval Timer BIT
7
Serial Interface
SPI
8
FFFEH
FFFAH
FFF8H
FFF6H
FFF4H
FFF2H
FFF0H
FFEEH
FFECH
FFEAH
FFE8H
FFE6H
Table 19-1 Interrupt Priority
Interrupt Enable Register High
IENH
ADDRESS : E2H
INT0E INT1E
T0E
T1E
-
-
-
-
RESET VALUE : 0000----
Interrupt Enable Register Low
IENL
ADDRESS : E3H
ADE WDTE BITE
SPIE
-
-
-
-
RESET VALUE : 0000----
Enables or disables the interrupt individually
If flag is cleared, the interrupt is disabled.
0 : Disable
1 : Enable
Interrupt Request Register High
ADDRESS : E4H
IRQH
INT0IF INT1IF T0IF
T1IF
-
-
-
-
RESET VALUE : 0000----
Interrupt Request Register Low
IRQL
ADDRESS : E5H
ADIF WDTIF BITIF SPIIF
-
-
-
-
RESET VALUE : 0000----
Shows the interrupt occurrence
0 : Not occurred
1 : Interrupt request is occurred
Figure 19-2 Interrupt Enable Registers and Interrupt Request Registers
When an interrupt is occured, the I-flag is cleared and dis-
able any further interrupt, the return address and PSW are
pushed into the stack and the PC is vectored to. Once in the
interrupt service routine the source(s) of the interrupt can
be determined by polling the interrupt request flag bits.
The interrupt request flag bit(s) must be cleared by soft-
ware before re-enabling interrupts to avoid recursive inter-
rupts. The Interrupt Request flags are able to be read and
written.
Nov. 1999 Ver 0.0
preliminary
67