Microchip Technology AC164335 Datenbogen

Seite von 286
dsPIC30F1010/202X
DS70000178D-page 88
 2006-2014 Microchip Technology Inc.
FIGURE 8-1:
16-BIT TIMER1 MODULE BLOCK DIAGRAM (TYPE A TIMER)
 
 
8.1
Timer Gate Operation
The 16-bit timer can be placed in the Gated Time Accu-
mulation mode. This mode allows the internal T
CY
 to
increment the respective timer when the gate input sig-
nal (T1CK pin) is asserted high. Control bit TGATE
(T1CON<6>) must be set to enable this mode. The
timer must be enabled (TON = 1) and the timer clock
source set to internal (TCS = 0).
When the CPU goes into the Idle mode, the timer will
stop incrementing, unless TSIDL = 0. If TSIDL = 1, the
timer will resume the incrementing sequence upon
termination of the CPU Idle mode. 
8.2
Timer Prescaler
The input clock (F
OSC
/2 or external clock) to the 16-bit
Timer, has a prescale option of 1:1, 1:8, 1:64, and
1:256 selected by control bits TCKPS<1:0>
(T1CON<5:4>). The prescaler counter is cleared when
any of the following occurs: 
• a write to the TMR1 register
• clearing of the TON bit (T1CON<15>)
• device Reset such as POR
However, if the timer is disabled (TON = 0), then the
timer prescaler cannot be reset since the prescaler
clock is halted.
TMR1 is not cleared when T1CON is written. It is
cleared by writing to the TMR1 register. 
8.3
Timer Operation During Sleep Mode
During CPU Sleep mode, the timer will operate if:
• The timer module is enabled (TON = 1) and 
• The timer clock source is selected as external 
(TCS = 1) and
• The TSYNC bit (T1CON<2>) is asserted to a logic ‘0’, 
which defines the external clock source as asynchronous
When all three conditions are true, the timer will
continue to count up to the period register and be reset
to 0x0000.
When a match between the timer and the period regis-
ter occurs, an interrupt can be generated, if the
respective timer interrupt enable bit is asserted.
8.4
Timer Interrupt
The 16-bit timer has the ability to generate an interrupt on
period match. When the timer count matches the period
register, the T1IF bit is asserted and an interrupt will be
generated, if enabled. The T1IF bit must be cleared in
software. The timer interrupt flag T1IF is located in the
IFS0 control register in the Interrupt Controller.
When the Gated Time Accumulation mode is enabled,
an interrupt will also be generated on the falling edge of
the gate signal (at the end of the accumulation cycle).
Enabling an interrupt is accomplished via the respec-
tive timer interrupt enable bit, T1IE. The timer interrupt
enable bit is located in the IEC0 control register in the
Interrupt Controller.
         
TON 
Sync
 PR1
T1IF
Equal
Comparator x 16
 
TMR1
Reset
Event Flag
1
0
TSYNC
Q
Q
D
CK
TGATE
TCKPS<1:0>
Prescaler
 1, 8, 64, 256
2
TGATE
T
CY
1
 0
T1CK
TC
S
1 X
0 1
TG
A
T
E
0 0
Gate
Sync