English
Language : 

PIC17C7XX_13 Datasheet, PDF (104/306 Pages) Microchip Technology – High-Performance 8-bit CMOS EPROM Microcontrollers with 10-bit A/D
PIC17C7XX
13.1 Timer1 and Timer2
13.1.1 TIMER1, TIMER2 IN 8-BIT MODE
Both Timer1 and Timer2 will operate in 8-bit mode
when the T16 bit is clear. These two timers can be inde-
pendently configured to increment from the internal
instruction cycle clock (TCY), or from an external clock
source on the RB4/TCLK12 pin. The timer clock source
is configured by the TMRxCS bit (x = 1 for Timer1,
or = 2 for Timer2). When TMRxCS is clear, the clock
source is internal and increments once every instruc-
tion cycle (FOSC/4). When TMRxCS is set, the clock
source is the RB4/TCLK12 pin and the counters will
increment on every falling edge of the RB4/TCLK12
pin.
The timer increments from 00h until it equals the Period
register (PRx). It then resets to 00h at the next incre-
ment cycle. The timer interrupt flag is set when the
timer is reset. TMR1 and TMR2 have individual inter-
rupt flag bits. The TMR1 interrupt flag bit is latched into
TMR1IF and the TMR2 interrupt flag bit is latched into
TMR2IF.
Each timer also has a corresponding interrupt enable
bit (TMRxIE). The timer interrupt can be enabled/
disabled by setting/clearing this bit. For peripheral
interrupts to be enabled, the Peripheral Interrupt
Enable bit must be set (PEIE = '1') and global interrupt
must be enabled (GLINTD = '0').
The timers can be turned on and off under software
control. When the timer on control bit (TMRxON) is set,
the timer increments from the clock source. When
TMRxON is cleared, the timer is turned off and cannot
cause the timer interrupt flag to be set.
13.1.1.1 External Clock Input for Timer1 and
Timer2
When TMRxCS is set, the clock source is the RB4/
TCLK12 pin, and the counter will increment on every
falling edge on the RB4/TCLK12 pin. The TCLK12
input is synchronized with internal phase clocks. This
causes a delay from the time a falling edge appears on
TCLK12 to the time TMR1 or TMR2 is actually incre-
mented. For the external clock input timing require-
ments, see the Electrical Specification section.
FIGURE 13-1:
TIMER1 AND TIMER2 IN TWO 8-BIT TIMER/COUNTER MODE
FOSC/4
0
1
TMR1ON
(TCON2<0>)
TMR1CS
(TCON1<0>)
TMR1
CCoommppaarraattoorr<x88>
PR1
RESET
Set TMR1IF
(PIR1<4>)
Equal
RB4/TCLK12
FOSC/4
1
0
TMR2ON
(TCON2<1>)
TMR2CS
(TCON1<1>)
TMR2
CCoommppaarraattoorr<x88>
PR2
RESET
Set TMR2IF
(PIR1<5>)
Equal
DS30289C-page 104
 1998-2013 Microchip Technology Inc.