English
Language : 

DS80C390_00 Datasheet, PDF (100/155 Pages) Dallas Semiconductor – High-Speed Microcontroller User’s Guide Supplement
DS80C390 High-Speed Microcontroller User’s Guide Supplement
SYSTEM CLOCK CONFIGURATION Table 5- 1
CD1 CD0 4X/2X
Name
00
0 Frequency Multiplier (2X)
00
1 Frequency Multiplier (4X)
0 1 N/A Reserved
1 0 N/A Divide-by-four (Default)
1 1 N/A Power Management Mode
Clocks/MC
2
1
Max. External Frequency
20 MHz
10 MHz
4
1024
40 MHz
40 MHz
The system clock and machine cycle rate changes one machine cycle after the instruction changing the
control bits. Note that the change will affect all aspects of system operation, including timers and baud
rates. The use of the switchback feature, described later, can eliminate many of the issues associated with
the Power Management Mode's affect on peripherals such as the serial port. Table 5-2 illustrates the
effect of the clock modes on the operation of the timers.
EFFECT OF CLOCK MODES ON TIMER OPERATION Table 5- 2
OSC. CYCLES OSC. CYCLES OSC. CYCLES OSC. CYCLES
PER
PER TIMER PER TIMER 2 PER SERIAL
CD1 CD0 4X/2X MACHINE
CYCLE
0/1/2 CLOCK CLOCK, BAUD PORT CLOCK
RATE GEN.
MODE 0
OSC. CYCLES
PER SERIAL
PORT CLOCK
MODE 2
0
0
0
0
0
1
0
1 N/A
1
0 N/A
1
1 N/A
2
1
Reserved
4
1024
TxM=1 TxM=0 T2M=1 T2M=0 SM2=0 SM2=1 SMOD=0 SMOD=1
12
2
2
2
6
2
64
32
12
1
2
2
3
1
64
32
12
4
2
3072 1024 512
2
12
4
64
32
512 3072 1024 16,384 8192
Changing the system clock/machine cycle clock frequency
The microcontroller incorporates a special locking sequence to ensure “glitch-free” switching of the
internal clock signals. All changes to the CD1, CD0 bits must pass through the 10 (divide-by-four) state.
For example, to change from 00 (frequency multiplier) to 11 (PMM), the software must change the bits in
the following sequence: 00 Þ 10 Þ 11. Attempts to switch between invalid states will fail, leaving the
CD1, CD0 bits unchanged.
The following sequence must be followed when switching to the frequency multiplier as the internal time
source. This sequence can only be performed when the device is in divide-by-four operation. The steps
must be followed in this order, although it is possible to have other instructions between them. Any
deviation from this order will cause the CD1, CD0 bits to remain unchanged. Switching from frequency
multiplier to non-multiplier mode requires no steps other than the changing of the CD1, CD0 bits.
1. Ensure that the CD1, CD0 bits are set to 10, and the RGMD (EXIF.2) bit = 0.
2. Clear the CTM (Crystal Multiplier Enable) bit.
3. Set the 4X/2X bit to the appropriate state.
4. Set the CTM (Crystal Multiplier Enable) bit.
5. Poll the CKRDY bit (EXIF.4), waiting until it is set to 1. This will take approximately 65536 cycles
of the external crystal or clock source.
6. Set CD1, CD0 to 00. The frequency multiplier will be engaged on the machine cycle following the
write to these bits.
100 of 155