Freelance Electronics Components Distributor
Closed Dec 25th-26th
800-300-1968
We Stock Hard to Find Parts

C8051F041-GQ

Part # C8051F041-GQ
Description MCU 8BIT CISC 64KB FLASH 3V 64TQFP - Trays
Category IC
Availability In Stock
Qty 2
Qty Price
1 + $20.05559
Manufacturer Available Qty
SILICON LABORATORIES
Date Code: 0903
  • Shipping Freelance Stock: 2
    Ships Immediately



Technical Document


DISCLAIMER: The information provided herein is solely for informational purposes. Customers must be aware of the suitability of this product for their application, and consider that variable factors such as Manufacturer, Product Category, Date Codes, Pictures and Descriptions may differ from available inventory.

C8051F040/1/2/3/4/5/6/7
296 Rev. 1.5
23.2.2. Capture Mode
In Capture Mode, Timer n will operate as a 16-bit counter/timer with capture facility. When the Timer Exter-
nal Enable bit (found in the TMRnCN register) is set to ‘1’, a high-to-low transition on the TnEX input pin
causes the 16-bit value in the associated timer (TMRnH, TMRnL) to be loaded into the capture registers
(RCAPnH, RCAPnL). If a capture is triggered in the counter/timer, the Timer External Flag (TMRnCN.6)
will be set to ‘1’ and an interrupt will occur if the interrupt is enabled. See Section “12.3. Interrupt Han-
dler” on page 153 for further information concerning the configuration of interrupt sources.
As the 16-bit timer register increments and overflows TMRnH:TMRnL, the TFn Timer Overflow/Underflow
Flag (TMRnCN.7) is set to ‘1’ and an interrupt will occur if the interrupt is enabled. The timer can be config-
ured to count down by setting the Decrement Enable Bit (TMRnCF.0) to ‘1’. This will cause the timer to
decrement with every timer clock/count event and underflow when the timer transitions from 0x0000 to
0xFFFF. Just as in overflows, the Overflow/Underflow Flag (TFn) will be set to ‘1’, and an interrupt will
occur if enabled.
Counter/Timer with Capture mode is selected by setting the Capture/Reload Select bit CP/RLn
(TMRnCN.0) and the Timer n Run Control bit TRn (TMRnCN.2) to logic 1. The Timer n respective External
Enable EXENn (TMRnCN.3) must also be set to logic 1 to enable captures. If EXENn is cleared, transi-
tions on TnEX will be ignored.
Figure 23.4. Tn Capture Mode Block Diagram
TMRnL TMRnH
TRn
TCLK
Interrupt
TMRnCN
EXFn
EXENn
TRn
C/Tn
CP/RLn
TFn
SYSCLK
12
2
TMRnCF
D
C
E
N
T
n
O
E
T
O
G
n
T
n
M
1
T
n
M
0
Toggle Logic
Tn
(Port Pin)
0
1
1
0
EXENn
Crossbar
TnE
X
RCAPnL RCAPnH
0xFF 0xFF
8
External Clock
(XTAL1)
Tn
Crossbar
C8051F040/1/2/3/4/5/6/7
Rev. 1.5 297
23.2.3. Auto-Reload Mode
In Auto-Reload Mode, the counter/timer can be configured to count up or down and cause an interrupt/flag
to occur upon an overflow/underflow event. When counting up, the counter/timer will set its overflow/under-
flow flag (TFn) and cause an interrupt (if enabled) upon overflow/underflow, the values in the Reload/Cap-
ture Registers (RCAPnH and RCAPnL) are loaded into the timer, and the timer is restarted. When the
Timer External Enable Bit (EXENn) bit is set to ‘1’ and the Decrement Enable Bit (DCEN) is ‘0’, a ‘1’-to-‘0’
transition on the TnEX pin (configured as an input in the digital crossbar) will cause a timer reload (in addi-
tion to timer overflows causing auto-reloads). When DCEN is set to ‘1’, the state of the TnEX pin controls
whether the counter/timer counts up (increments) or down (decrements), and will not cause an auto-reload
or interrupt event. See Section 23.2.1 for information concerning configuration of a timer to count down.
When counting down, the counter/timer will set its overflow/underflow flag (TFn) and cause an interrupt (if
enabled) when the value in the timer (TMRnH and TMRnL registers) matches the 16-bit value in the
Reload/Capture Registers (RCAPnH and RCAPnL). This is considered an underflow event, and will cause
the timer to load the value 0xFFFF. The timer is automatically restarted when an underflow occurs.
Counter/Timer with Auto-Reload mode is selected by clearing the CP/RLn bit. Setting TRn to logic 1
enables and starts the timer.
In Auto-Reload Mode, the External Flag (EXFn) toggles upon every overflow or underflow and does not
cause an interrupt. The EXFn flag can be thought of as the most significant bit (MSB) of a 17-bit counter.
Figure 23.5. Tn Auto-reload Mode and Toggle Mode Block Diagram
TMRnL TMRnH
TRn
TCLK
Reload
Interrupt
EXENn
Crossbar
TnE
X
TMRnCN
EXFn
EXENn
TRn
C/Tn
CP/RLn
TFn
SYSCLK
12
2
TMRnCF
D
E
C
E
N
T
n
O
E
T
O
G
n
T
n
M
1
T
n
M
0
Toggle Logic
Tn
(Port Pin)
0
1
1
0
RCAPnL RCAPnH
0xFF 0xFF
OVF
8
External Clock
(XTAL1)
Tn
Crossbar
C8051F040/1/2/3/4/5/6/7
298 Rev. 1.5
23.2.4. Toggle Output Mode
Timer n have the capability to toggle the state of their respective output port pins (T2, T3, or T4) to produce
a 50% duty cycle waveform output. The port pin state will change upon the overflow or underflow of the
respective timer (depending on whether the timer is counting up or down). The toggle frequency is deter-
mined by the clock source of the timer and the values loaded into RCAPnH and RCAPnL. When counting
DOWN, the auto-reload value for the timer is 0xFFFF, and underflow will occur when the value in the timer
matches the value stored in RCAPnH:RCAPnL. When counting UP, the auto-reload value for the timer is
RCAPnH:RCAPnL, and overflow will occur when the value in the timer transitions from 0xFFFF to the
reload value.
To output a square wave, the timer is placed in reload mode (the Capture/Reload Select Bit in TMRnCN
and the Timer/Counter Select Bit in TMRnCN are cleared to ‘0’). The timer output is enabled by setting the
Timer Output Enable Bit in TMRnCF to ‘1’. The timer should be configured via the timer clock source and
reload/underflow values such that the timer overflow/underflows at 1/2 the desired output frequency. The
port pin assigned by the crossbar as the timer’s output pin should be configured as a digital output (see
Section “17. Port Input/Output” on page 203). Setting the timer’s Run Bit (TRn) to ‘1’ will start the toggle
of the pin. A Read/Write of the Timer’s Toggle Output State Bit (TMRnCF.2) is used to read the state of the
toggle output, or to force a value of the output. This is useful when it is desired to start the toggle of a pin in
a known state, or to force the pin into a desired state when the toggle mode is halted.
Equation 23.1. Square Wave Frequency
Equation 23.1 applies regardless of whether the timer is configured to count up or down.
F
sq
F
TCLK
265536RCAPn
------------------------------------------------------
=
PREVIOUS93949596979899100101102103104105106NEXT