English
Language : 

Z86C61 Datasheet, PDF (26/46 Pages) Zilog, Inc. – CMOS Z8 MICROCONTROLLER
FUNCTIONAL DESCRIPTION (Continued)
Z86C61/62/96
Z8® MICROCONTROLLER
Clock. The Z86C61/62/96 on-chip oscillator has a high-
gain, parallel-resonant amplifier for connection to a crys-
tal, LC, ceramic resonator, or any suitable external clock
source (XTAL1 = Input, XTAL2 = Output). The crystal
should be AT cut, 1 MHz to 20 MHz max, and series
resistance (RS) is less than or equal to 100 Ohms. The
crystal should be connected across XTAL1 and XTAL2
using the recommended capacitors (10 pF < CL < 100 pF)
from each pin to device ground (Figure 24).
Note: Actual capacitor values specified by the crystal
manufacturer.
XTAL1
XTAL1
C1
C1
L
XTAL2
XTAL2
C2
C2
XTAL1
XTAL2
Ceramic Resonator
or Crystal
LC Clock
External Clock
Figure 24. Oscillator Configuration
HALT. Turns off the internal CPU clock but not the XTAL
oscillation. The counter/timers and the external interrupts
IRQ0, IRQ1, IRQ2, and IRQ3 remain active. The devices
are recovered by interrupts, either externally or internally
generated. An interrupt request must be executed (en-
abled) to exit HALT mode. After the interrupt service
routine, the program continues from the instruction after
the HALT.
STOP. This instruction turns off the internal clock and
external crystal oscillation and reduces the standby cur-
rent to 5 µA (typical) or less. The STOP mode is terminated
by a reset, which causes the processor to restart the
application program at address 000CH.
In order to enter STOP (or HALT) mode, it is necessary to
first flush the instruction pipeline to avoid suspending
execution in mid-instruction. To do this, the user must
execute a NOP (opcode=0FFH) immediately before the
appropriate sleep instruction, i.e.,
FF NOP
6F STOP
FF NOP
7F HALT
; clear the pipeline
; enter STOP mode
or
; clear the pipeline
; enter HALT mode
26