
S1C88348/317/316/308 TECHNICAL SOFTWARE
EPSON
II-133
APPENDIX C PROGRAMMING NOTES
(5) When the 16-bit mode has been selected, be sure
to read the counter data in the order of PTD00–
PTD07 and PTD10–PTD17. Moreover, the time
interval between reading PTD00–PTD07 and
PTD10–PTD17 should be 0.73 msec or less.
LCD Controller
(1) Since the CL and FR signals are generated
asynchronously from the output control
registers LCCLK and LCFRM, when the signals
is turned ON or OFF by setting of the registers
LCCLK and LCFRM, a hazard of a 1/2 cycle or
less is generated.
(2) When the SLP instruction is executed, display
control registers LCDC0 and LCDC1 are
automatically reset to "0" by hardware.
Furthermore, in the SLEEP status, HIGH (VDD)
level is output for the CL and FR signals. (When
registers R25D and R26D are set to "1".)
Sound Generator
(1) Since the BZ signal is generated asynchronously
from the register BZON, when the signal is
turned ON or OFF by the register setting, a
hazard of a 1/2 cycle or less is generated.
(2) The SLP instruction has executed when the BZ
signal is in the enable status (BZON = "1" or
BZSHT = "1"), an unstable clock is output from
the R50 output port terminal at the time of
return from the SLEEP status. Consequently,
when shifting to the SLEEP status, you should
set the BZ signal to the disable status (BZON =
BZSHT = "0") prior to executing the SLP
instruction.
(3) The one-shot output is only valid when the
normal buzzer output is OFF (BZON = "0")
status. The trigger is invalid during ON (BZON
= "1") status.
Analog Comparator
(1) To reduce current consumption, turn the analog
comparator OFF (CMP0ON = CMP1ON = "0")
when it is not necessary.
(2) After the analog comparator has been turned
ON, a maximum time of 3 msec is necessary
until output stabilizes. Consequently, you
should allow an adequate waiting time after
turning the analog comparator ON, before
reading the comparison result.
(3) Since the input terminals of the analog compa-
rator are common to the I/O ports, the I/O
control registers (IOC14–IOC17) corresponding
to the channel to be used must be set to the
input mode.
SVD (Supply Voltage Detection) Circuit
(1) To reduce current consumption, turn the SVD
circuit OFF (SVDON = SVDSP = "0") when it is
not necessary.
(2) When executing an SLP instruction while the
SVD circuit is operating, the stop operation of
the OSC1 oscillation circuit is kept waiting until
the sampling is completed. The two bits of
SVDON and SVDSP are automatically reset to
"0" by hardware while waiting for completion of
sampling.
Interrupt (Exception) Processing
(1) When executing the RETE instruction without
resetting the interrupt factor flag after an
interrupt has been generated, the same
interrupt will be generated. Consequently, the
interrupt factor flag corresponding to that
routine must be reset (writing "1") in the
interrupt processing routine.
(2) Beware. If the interrupt flags (I0 and I1) have
been rewritten (set to lower priority) prior to
resetting an interrupt factor flag after an
interrupt has been generated, the same
interrupt will be generated again.
(3) An exception processing vector is fixed at 2
bytes, so it cannot specify a branch destination
bank address. Consequently, to branch from
multiple banks to a common exception process-
ing routine, the front portion of an exception
processing routine must be described within the
common area (000000H–007FFFH).