
S1C63406/408 TECHNICAL MANUAL
EPSON
109
CHAPTER 4: PERIPHERAL CIRCUITS AND OPERATION (Interrupt and HALT/SLEEP)
EIPT1, EIPT0: Interrupt mask registers (FFE2HD1, D0)
IPT1, IPT0: Interrupt factor flags (FFF2HD1, D0)
Refer to Section 4.10, "Programmable Timer".
EISER, EISTR, EISRC: Interrupt mask registers (FFE3HD2–D0)
ISER, ISTR, ISRC: Interrupt factor flags (FFF3HD2–D0)
Refer to Section 4.11, "Serial Interface".
KCP03–KCP00: Input comparison registers (FF55H)
SIK03–SIK00: Interrupt selection registers (FF54H)
EIK03–EIK00: Interrupt mask registers (FFEBH)
IK03–IK00: Interrupt factor flags (FFFBH)
Refer to Section 4.4, "Input Ports".
EIT3–EIT0: Interrupt mask registers (FFE6H)
IT3–IT0: Interrupt factor flags (FFF6H)
Refer to Section 4.8, "Clock Timer".
EISW1, EISW10: Interrupt mask registers (FFE7HD1, D0)
ISW1, ISW10: Interrupt factor flags (FFF7HD1, D0)
Refer to Section 4.9, "Stopwatch Timer".
4.14.5 Programming notes
(1) The interrupt factor flags are set when the interrupt condition is established, even if the interrupt
mask registers are set to "0".
(2) 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.
(3) After an initial reset, all the interrupts including NMI are masked until both the stack pointers SP1
and SP2 are set with the software. Be sure to set the SP1 and SP2 in the initialize routine. Further,
when re-setting the stack pointer, the SP1 and SP2 must be set as a pair. When one of them is set, all
the interrupts including NMI are masked and interrupts cannot be accepted until the other one is set.
(4) Reactivating from SLEEP status can only be done by generation of an input port interrupt factor.
Therefore, set the following flag and the registers for the K0x port to be used to cancel SLEEP status
before executing the SLP instruction.
Interrupt flag (I flag) = "1" (interrupts are enabled)
Interrupt selection register SIK0x = "1" (the K0x input port interrupt is selected)
Interrupt mask register EIK0x = "1" (the K0x input port interrupt is enabled)
Noise rejector selection register K0NR1–K0NR0 = "00" (noise rejector is bypassed)