
S1C63653 TECHNICAL MANUAL
EPSON
99
CHAPTER 4: PERIPHERAL CIRCUITS AND OPERATION (Interrupt and HALT)
4.13.1 Interrupt factor
Table 4.13.1.1 shows the factors for generating interrupt requests.
The interrupt flags are set to "1" depending on the corresponding interrupt factors.
The CPU operation is interrupted when an interrupt factor flag is set to "1" if the following conditions are
established.
The corresponding mask register is "1" (enabled)
The interrupt flag is "1" (EI)
The interrupt factor flag is reset to "0" when "1" is written.
At initial reset, the interrupt factor flags are reset to "0".
Since the watchdog timer's interrupt is NMI, the interrupt is generated regardless of the setting above,
and no interrupt factor flag is provided.
Table 4.13.1.1 Interrupt factors
Interrupt factor
Programmable timer 1 (compare match)
Programmable timer 0 (compare match)
Programmable timer 1 (underflow)
Programmable timer 0 (underflow)
K00–K03 input (falling edge or rising edge)
K10–K13 input (falling edge or rising edge)
Clock timer 1 Hz (falling edge)
Clock timer 2 Hz (falling edge)
Clock timer 8 Hz (falling edge)
Clock timer 32 Hz (falling edge)
R/f converter (end of reference conversion)
R/f converter (end of sensor conversion)
ICTC1
ICTC0
IPT1
IPT0
IK0
IK1
IT3
IT2
IT1
IT0
IRFB
IRFM
(FFF0HD1)
(FFF0HD0)
(FFF1HD1)
(FFF1HD0)
(FFF3HD0)
(FFF4HD0)
(FFF5HD3)
(FFF5HD2)
(FFF5HD1)
(FFF5HD0)
(FFF7HD1)
(FFF7HD0)
Interrupt factor flag
Note: After an interrupt occurs, the same interrupt will occur again if the interrupt enabled state (I flag =
"1") is set or the RETI instruction is executed unless the interrupt factor flag is reset. Therefore, be
sure to reset (write "1" to) the interrupt factor flag in the interrupt service routine before shifting to
the interrupt enabled state.