Lesson 14
Lesson 14
Lesson 14
Timers
Version 2 EE IIT, Kharagpur 2
Instructional Objectives
After going through this lesson the student would learn Standard Peripheral Devices most commonly used in single purpose processors. They are Timers and Counter Basics Various Modes of Timer Operation The internal Timer of 8051 A programmable interval timer 8253 Watchdog Timer and Watchdog circuit
Pre-Requisite
Digital Electronics, Microprocessors
14
Introduction
The Peripherals of an embedded processor can either be on the same chip as the processor or can be connected externally.
External Interrupts Interrupt Control On-Chip Flash On-Chip RAM
CPU
Osc
Bus Control
4 I/O Ports
Serial Port
TXD RXD P0 P2 P1 P3
Fig. 14.1 Block Diagram of the basic 8051 Architecture For example in a typical embedded processor as shown in Fig.14.1 timer, interrupt. Serial port and parallel ports reside on the single chip. These dedicated units are otherwise termed as single-purpose processor. These units are designed to achieve the following objectives. They can be a part of the microcontroller or can reside outside the chip and therefore should be properly interfaced with the processor. The tasks generally carried out by such units are Timers, counters, watchdog timers serial transmission Version 2 EE IIT, Kharagpur 3
analog/digital conversions
Timer
Timer is a very common and useful peripheral. It is used to generate events at specific times or measures the duration of specific events which are external to the processor. It is a programmable device, i.e. the time period can be adjusted by writing specific bit patterns to some of the registers called timer-control registers.
Counter
A counter is a more general version of the timer. It is used to count events in the form of pulses which is fed to it. Fig.14.2(a) shows the block diagram of a simple timer. This has a 16-bit up counter which increments with each input clock pulse. Thus the output value Cnt represents the number of pulses since the counter was last reset to zero. An additional output top indicates when the terminal count has been reached. It may go high for a predetermined time as set by the programmable control word inside the timer unit. The count can be loaded by the external program. Fig.14.2(b) provides the structure of another timer where a multiplexer is used to choose between an internal clock or external clock. The mode bit when set or reset decided the selection. For internal clock(Clk) it behaves like the timer in Fig.14.2(a). For the external count in (cnt_in) it just counts the number of occurrences. Basic timer Clk 16 Cnt 16-bit up counter Top Reset Fig. 14.2(a) Mode Fig. 14.2(b) Fig.14.2(c) shows a timer with the terminal count. This can generate an event if a particular interval of time has been elapsed. The counter restarts after every terminal count. Reset Cnt_in Clk 2x1 mux 16-bit up counter 16 Cnt Timer/counter
Top
Clk
16 Cnt
Reset
=
Top
Terminal count
Fig. 14.2(c)
Clock Amplitude
-2 0 10
10
25
30
Counter Value
Reset and Reload the Timer with a new count each time 5
0 0 2
10
25
30
Output
10
25
30
Fig. 14.3 The Timer Count and Output. The timer is in count-down mode. In every clock pulse the count is decremented by 1. When the count value reaches zero the output of the counter i.e. TOP goes high for a predetermined time. The counter has to be loaded with a new or previous value of the count by external program or it can be loaded automatically every time the count reaches zero.
MODE0
Either Timer in Mode0 is an 8-bit Counter with a divide-by-32 pre-scaler. In this mode, the Timer register is configured as a 13-Bit register. As the count rolls over from all 1s to all 0s, it sets the Timer interrupt flag TF1. The counted input is enabled to the Timer whenTR1 = 1and either GATE = 0 or INT1 = 1. (Setting GATE = 1 allows the Timer to be controlled by external input INT1, to facilitate pulse width measurements.)
OSC
+ 12 C/T = 0 C/T = 1
TF1
INTERRUPT
(MSB) GATE
C/T
M1
M0
GATE
C/T
M1
(LSB) M0
Timer 1 GATE Gating control when set. Timer/Counter M1 x is enabled only while INTx pin is 0 high and TRx control pin is set. When cleared Timer x is enabled 0 whenever TRx control bit is set. C/T Timer or Counter Selector cleared for Timer operation (input from internal system clock). Set for Counter operation (input from Tx input pin). 1
Timer 0 Operating Mode M0 8-bit Timer/Counter THx with 0 TLx as 5-bit prescaler. 16-bit Timer/Counter THx and 1 TLx are cascaded; there is no prescaler. 8-bit auto-reload Timer/Counter 0 THx holds a value which is to be reloaded into TLx each time it overflows. (Timer 0) TL0 is an 8-bit 1 Timer/Counter controlled by the standard Timer 0 control bits. THO is an 8-bit timer only controlled by Timer 1 controls bits. (Timer 1) Timer/Counter 1 stopped. 1
TR1
TF0 TR0
IE1
IT1
IE0
(LSB) IT0 Name and Significance Interrupt 1 Edge flag. Set by hardware when external interrupt edge detected. Cleared when interrupt processed. Interrupt 1 Type control bit. Set/cleared by software to specify falling edge/low level triggered external interrupts. Interrupt 0 Edge flag. Set by hardware when external interrupt edge detected. Cleared when interrupt processed. Interrupt 0 Type control bit. Set/cleared by software to specify falling edge/low level triggered external interrupts.
TCON.7 Timer 1 overflow Flag. Set by hardware on Timer/Counter overflow. Cleared by hardware when processor vectors to interrupt routine. TCON.6 Timer 1 Run control bit. Set/cleared by software to turn Timer/Counter on/off. TCON.5 Timer 0 overflow Flag. Set by hardware on Timer/Counter overflow. Cleared by hardware when processor vectors to interrupt routine. TCON.4 Timer 1 Run control bit. Set/cleared by software to turn Timer/Counter on/off.
TR1
IT1
TCON.2
TF0
IE0
TCON.1
TR0
IT0
TCON.0
Timer/Counter Control Register (TCON) MODE 1: Mode 1 is the same as Mode 0, except that the Timer register is being run with all 16bits.
OSC
+ 12 C/T = 0 C/T = 1
TF1
INTERRUPT
Fig. 14.5 MODE 2 configures the Timer register as an 8-bit counter with automatic reload
OSC
1/12 f
+ 12
1/12 f
OSC
C/T = 0 C/T = 1
TF0
INTERRUPT
T1 PIN
OSC TR1
TF1
INTERRUPT
Fig. 14.6 MODE 3: Timer simply holds its count. Timer 0 in Mode 3 establishes TL0 and TH0 as two separate counters.
1 2 3 4 5 6 7 8 9 10 11 12
8 2 5 3
24 23 22 21 20 19 18 17 16 15 14 13
Microprocessor interface D7 D0
Counter input/output CLK 0 GATE 0 OUT 0 CLK 1 GATE 1 OUT 1 CLK 2 GATE 2 OUT 2
RD WR
8253
A0 A1
CS Fig. 14.7 The pin configuration of the timer Fig.14.8 shows the internal block diagram. There are three separate counter units controlled by configuration register (Fig.14.9). Each counter has two inputs, clock and gate and one output. The clock is signal that helps in counting by decrementing a preloaded value in the respective counter register. The gate serves as an enable input. If the gate is maintained low the counting is disabled. The timing diagram explains in detail about the various modes of operation of the timer.
CLK0
RD WR A1 A0 CS
Bus
D7D0
Counter GATE0 #0
OUT0
Internal
CLK1
Counter GATE1 #1
OUT1
Power supplies
Vcc GND
CLK2
Counter GATE2 #2
OUT2
Fig. 14.8 The internal block diagram of 8253 Table The address map Version 2 EE IIT, Kharagpur 10
CS 0 0 0 0
D7 SC1 D6 SC0
A1 0 0 1 1
D5 RL1
A0 0 1 0 1
D4 RL0
0 1 0 0
Binary counter (16-bit) BCD (4 decades) 0 0 1 1 0 0 0 1 0 1 0 1 Mode 0 Mode 1 Mode 2 Mode 3 Mode 4 Mode 5
1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1
Counter latching operation Road/load LSB only Road/load MSB only Road/load LSB first, then MSB Select counter 0 Select counter 1 Select counter 2 Illegal
Mode 0: The output goes high after the terminal count is reached. The counter stops if the Gate is low. (Fig.14.10(a) & (b)). The timer count register is loaded with a count (say 6) when the WR line is made low by the processor. The counter unit starts counting down with each clock pulse. The output goes high when the register value reaches zero. In the mean time if the GATE is made low (Fig.14.10(b)) the count is suspended at the value(3) till the GATE is enabled again. CLK
WR OUT 6 5 4 3 2 1
GATE Fig. 14.10(a) Mode 0 count when Gate is high (enabled) CLK
WR OUT 6 5 4 3 3 3 2 1
GATE Fig. 14.10(b) Mode 0 count when Gate is low temporarily (disabled)
completed then the counter will be suspended at that state as long as GATE is low (Fig.14.11(b)). Thus it works as a mono-shot. CLK
WR
GATE (trigger)
OUT
Fig. 14.11(a) Mode 1 The Gate goes high. The output goes low for the period depending on the count CLK
WR
GATE (trigger)
OUT
Fig. 14.11(b) Mode 1 The Gate pulse is disabled momentarily causing the counter to stop.
CLK
WR
GATE 3 OUT Fig. 14.12(a) Mode 2 Operation when the GATE is kept high CLK 2 1 3 2 1
WR
GATE OUT 3 2 1 3 3 2 1
CLK
OUT (n=5)
WR OUT 4 3 2 1
CLK
WR
GATE OUT 4 3 3 2 1
Fig. 14.14(b) Mode 4 Software Triggered Strobe when GATE is momentarily low
WR
GATE OUT 5 4 3 2 1
Watchdog timer
A Watchdog Timer is a circuit that automatically invokes a reset unless the system being watched sends regular hold-off signals to the Watchdog.
Watchdog Circuit
To make sure that a particular program is executing properly the Watchdog circuit is used. For instance the program may reset a particular flip-flop periodically. And the flip-flop is set by an external circuit. Suppose the flip-flop is not reset for long time it can be known by using external hardware. This will indicate that the program is not executed properly and hence an exception or interrupt can be generated. Watch Dog Timer(WDT) provides a unique clock, which is independent of any external clock. When the WDT is enabled, a counter starts at 00 and increments by 1 until it reaches FF. When it goes from FF to 00 (which is FF + 1) then the processor will be reset or an exception will be generated. The only way to stop the WDT from resetting the processor or generating an exception or interrupt is to periodically reset the WDT back to 00 throughout the program. If the program gets stuck for some reason, then the WDT will not be set. The WDT will then reset or interrupt the processor. An interrupt service routine will be invoked to take into account the erroneous operation of the program. (getting stuck or going into infinite loop).
Conclusion
In this chapter you have learnt about the programmable timer/counter. For most of the embedded processors the timer is internal and exists along with the processor on the same chip. The 8051 microcontroller has 3 different internal timers which can be programmed in various modes by the configuration and mode control register. An external timer chip namely 8253 has also been discussed. It has 8 data lines 2 data lines, 1 chip select line and one read and one write control line. The 16 bit counts of the corresponding registers can be loaded with two consecutive write operations. Counters and Timers are used for triggering, trapping and managing various real time events. The least count of the timer depend on the clock. The stability of the clock decides the accuracy of the timings. Timers can be used to generate specific baud rate clocks for asynchronous serial communications. It can be used to measure speed, frequency and analog voltages after Voltage to Frequency conversion. One important application of timer is to generate Pulse-Width-Modulated (PWM) waveforms. In 8253 the GATE and pulse together can be used together to generate pulse with different widths. These modulated pulses are used in electronic power control to reduce harmonics and hence distortions. You also learnt about the Watch dog circuit and Watch dog timers. These are used to monitor the activity of a program and the processor.
Questions
Q1. Design a circuit using 8253 to measure the speed of any motor by counting the number of pulses in definite period. Q2. Write a pseudo code (any assembly code) to generate sinusoidal pulse width modulated waveform from the 8253 timer. Version 2 EE IIT, Kharagpur 17
Q3. Design a scheme to read temperature from a thermister circuit using a V/F converter and Timer. Q4. What are the differences in Mode 4 and Mode 5 operation of 8253 Timer? Q5. Explain the circuit given in Fig.14.5.