Timer 2, 1 auto-reload mode – Rainbow Electronics T89C51CC01 User Manual
Page 61
![background image](/manuals/280558/61/background.png)
61
T89C51CC01
Rev. D – 17-Dec-01
13. Timer 2
The T89C51CC01 timer 2 is compatible with timer 2 in the 80C52.
It is a 16-bit timer/counter: the count is maintained by two eight-bit timer registers, TH2
and TL2 that are cascade- connected. It is controlled by T2CON register (See Table )
and T2MOD register (See Table 28). Timer 2 operation is similar to Timer 0 and Timer
1. C/T2 selects F
T2 clock
/6 (timer operation) or external pin T2 (counter operation) as
timer clock. Setting TR2 allows TL2 to be incremented by the selected input.
Timer 2 includes the following enhancements:
•
Auto-reload mode (up or down counter)
•
Programmable clock-output
13.1 Auto-Reload Mode
The auto-reload mode configures timer 2 as a 16-bit timer or event counter with auto-
matic reload. This feature is controlled by the DCEN bit in T2MOD register (See
Table 28). Setting the DCEN bit enables timer 2 to count up or down as shown in
Figure 27. In this mode the T2EX pin controls the counting direction.
When T2EX is high, timer 2 counts up. Timer overflow occurs at FFFFh which sets the
TF2 flag and generates an interrupt request. The overflow also causes the 16-bit value
in RCAP2H and RCAP2L registers to be loaded into the timer registers TH2 and TL2.
When T2EX is low, timer 2 counts down. Timer underflow occurs when the count in the
timer registers TH2 and TL2 equals the value stored in RCAP2H and RCAP2L registers.
The underflow sets TF2 flag and reloads FFFFh into the timer registers.
The EXF2 bit toggles when timer 2 overflow or underflow, depending on the direction of
the count. EXF2 does not generate an interrupt. This bit can be used to provide 17-bit
resolution.