English
Language : 

COP840CJ Datasheet, PDF (16/36 Pages) National Semiconductor (TI) – 8-Bit Microcontrollers with Multi-Input Wake-Up and Brown Out Detector
MICROWIRE/PLUS (Continued)
TABLE 4.
G4
G5
Config. Config.
Bit
Bit
1
1
0
1
1
0
0
0
G4
Fun.
G5 G6
Fun. Fun.
SO
Intl.SK SI
TRI-STATE Int. SI
SK
SO
Ext. SI
SK
TRI-STATE Ext. SI
SK
Operation
MICROWIRE
Master
MICROWIRE
Master
MICROWIRE
Slave
MICROWIRE
Slave
TIMER/COUNTER
The device has a powerful 16-bit timer with an associated
16-bit register enabling it to perform extensive timer func-
tions. The timer T1 and its register R1 are each organized as
two 8-bit read/write registers. Control bits in the register CN-
TRL allow the timer to be started and stopped under soft-
ware control. The timer-register pair can be operated in one
of three possible modes. Table 5 details various timer oper-
ating modes and their requisite control settings.
MODE 1. TIMER WITH AUTO-LOAD REGISTER
In this mode of operation, the timer T1 counts down at the in-
struction cycle rate. Upon underflow the value in the register
R1 gets automatically reloaded into the timer which contin-
ues to count down. The timer underflow can be programmed
to interrupt the microcontroller. A bit in the control register
CNTRL enables the TIO (G3) pin to toggle upon timer under-
flows. This allows the generation of square-wave outputs or
pulse width modulated outputs under software control. (See
Figure 7.)
MODE 3. TIMER WITH CAPTURE REGISTER
Timer T1 can be used to precisely measure external fre-
quencies or events in this mode of operation. The timer T1
counts down at the instruction cycle rate. Upon the occur-
rence of a specified edge on the TIO pin the contents of the
timer T1 are copied into the register R1. Bits in the control
register CNTRL allow the trigger edge to be specified either
as a positive edge or as a negative edge. In this mode the
user can elect to be interrupted on the specified trigger edge.
(See Figure 8).
DS012851-19
FIGURE 8. Timer Capture Mode Block Diagram
TIMER PWM APPLICATION
Figure 9 shows how a minimal component D/A converter can
be built out of the Timer-Register pair in the Auto-Reload
mode. The timer is place in the “Timer with auto reload”
mode and the TIO pin is selected as timer output. At the out-
set the TIO pin is set high, the timer T1 holds the on time and
the register R1 holds the signal off time. Setting TRUN bit
starts the timer which counts down at the instruction cycle
rate. The underflow toggles the TIO output and copies the off
time into the timer, which continues to run. By alternately
loading in the on time and the off time at each successive in-
terrupt a PWM frequency can be easily generated.
DS012851-18
FIGURE 7. Timer/Counter Auto Reload
Mode Block Diagram
MODE 2. EXTERNAL COUNTER
In this mode, the timer T1 becomes a 16-bit external event
counter. The counter counts down upon an edge on the TIO
pin. Control bits in the register CNTRL program the counter
to decrement either on a positive edge or on a negative
edge. Upon underflow the contents of the register R1 are au-
tomatically copied into the counter. The underflow can also
be programmed to generate an interrupt. (See Figure 7).
www.national.com
16
DS012851-20
FIGURE 9. Timer Application