
S1C62740 TECHNICAL SOFTWARE
EPSON
II-77
CHAPTER 7: SUMMARY OF NOTES
7.2 Summary of Notes by Function
Here, the cautionary notes are summed up by function category.
Keep these notes well in mind when programming.
System initialization In some of initial registers and initial data memory area, the initial
value is undefined after reset. Set them proper initial values by the
program, as necessary.
Memory Memory is not mounted in unused area within the memory map
and in memory area not indicated in this manual. For this reason,
normal operation cannot be assured for programs that have been
prepared with access to these area.
SVD (Supply voltage
detection) circuit
(1) The SVD circuit should normally be turned OFF (SVDON = "0")
as the consumption current of the IC becomes large when it is
ON (SVDON = "1").
(2) To obtain a stable result, the SVD circuit must be set to ON
with at least 100 sec. Hence, to obtain the SVD detection
result, follow the programming sequence below.
1. Set SVDON to "1" (ON)
2. Maintain at least 100 sec minimum
3. Set SVDON to "0" (OFF)
4. Read out SVDDT
However, when a crystal oscillation clock (fOSC1) is selected for
CPU system clock, the instruction cycle are long enough, so
that there is no need for concern about maintaining 100 sec
for the SVDON = "1" with the software.
Watchdog timer (1) The watchdog timer must be reset within 3-second cycles.
Because of this, the watchdog timer data (WD0, WD1) cannot be
used for clocking of 3 seconds or more.
(2) When clock timer resetting (TMRST
← "1") is performed, the
watchdog timer is also reset.
Oscillation circuit (1) It takes at least 5 msec from the time the OSC3 oscillation
circuit goes ON until the oscillation stabilizes. Consequently,
when switching the CPU operation clock from OSC1 to OSC3,
do this after a minimum of 5 msec have elapsed since the OSC3
oscillation went ON.
Further, the oscillation stabilization time varies depending on
the external oscillator characteristics and conditions of use, so
allow ample margin when setting the wait time.