欢迎访问ic37.com |
会员登录 免费注册
发布采购

89LV55 参数 Datasheet PDF下载

89LV55图片预览
型号: 89LV55
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器,带有20K字节的闪存 [8-Bit Microcontroller with 20K Bytes Flash]
分类和应用: 闪存微控制器
文件页数/大小: 23 页 / 598 K
品牌: ATMEL [ ATMEL CORPORATION ]
 浏览型号89LV55的Datasheet PDF文件第2页浏览型号89LV55的Datasheet PDF文件第3页浏览型号89LV55的Datasheet PDF文件第4页浏览型号89LV55的Datasheet PDF文件第5页浏览型号89LV55的Datasheet PDF文件第7页浏览型号89LV55的Datasheet PDF文件第8页浏览型号89LV55的Datasheet PDF文件第9页浏览型号89LV55的Datasheet PDF文件第10页  
Table 2.
T2CON—Timer/Counter 2 Control Register
T2CON Address = 0C8H
Bit Addressable
TF2
Bit
Symbol
TF2
EXF2
7
Function
Timer 2 overflow flag set by a Timer 2 overflow and must be cleared by software. TF2 will not be set when either RCLK
= 1 or TCLK = 1.
Timer 2 external flag set when either a capture or reload is caused by a negative transition on T2EX and EXEN2 = 1.
When Timer 2 interrupt is enabled, EXF2 = 1 will cause the CPU to vector to the Timer 2 interrupt routine. EXF2 must
be cleared by software. EXF2 does not cause an interrupt in up/down counter mode (DCEN = 1).
Receive clock enable. When set, causes the serial port to use Timer 2 overflow pulses for its receive clock in serial port
Modes 1 and 3. RCLK = 0 causes Timer 1 overflow to be used for the receive clock.
Transmit clock enable. When set, causes the serial port to use Timer 2 overflow pulses for its transmit clock in serial
port Modes 1 and 3. TCLK = 0 causes Timer 1 overflows to be used for the transmit clock.
Timer 2 external enable. When set, allows a capture or reload to occur as a result of a negative transition on T2EX if
Timer 2 is not being used to clock the serial port. EXEN2 = 0 causes Timer 2 to ignore events at T2EX.
Start/Stop control for Timer 2. TR2 = 1 starts the timer.
Timer or counter select for Timer 2. C/T2 = 0 for timer function. C/T2 = 1 for external event counter (falling edge
triggered).
Capture/Reload select. CP/RL2 = 1 causes captures to occur on negative transitions at T2EX if EXEN2 = 1. CP/RL2 =
0 causes automatic reloads to occur when Timer 2 overflows or negative transitions occur at T2EX when EXEN2 = 1.
When either RCLK or TCLK = 1, this bit is ignored and the timer is forced to auto-reload on Timer 2 overflow.
EXF2
6
RCLK
5
TCLK
4
EXEN2
3
TR2
2
C/T2
1
CP/RL2
0
Reset Value = 0000 0000B
RCLK
TCLK
EXEN2
TR2
C/T2
CP/RL2
Timer 0 and 1
Timer 0 and 1 in the AT89LV55 operate the same way as
Timer 0 and Timer 1 in the AT89C51 and AT89C52. For
further information, see the Microcontroller Data Book, sec-
tion titled, “Timer Counters.”
Timer 2
Timer 2 is a 16-bit Timer/Counter that can operate as either
a timer or an event counter. The type of operation is
selected by bit C/T2 in the SFR T2CON (shown in Table 2).
Timer 2 has three operating modes: capture, auto-reload
(up or down counting), and baud rate generator. The
modes are selected by bits in T2CON, as shown in Table 3.
Timer 2 consists of two 8-bit registers, TH2 and TL2. In the
Timer function, the TL2 register is incremented every
machine cycle. Since a machine cycle consists of 12 oscil-
lator periods, the count rate is 1/12 of the oscillator fre-
quency.
In the Counter function, the register is incremented in
response to a 1-to-0 transition at its corresponding external
input pin, T2. In this function, the external input is sampled
during S5P2 of every machine cycle. When the samples
show a high in one cycle and a low in the next cycle, the
count is incremented. The new count value appears in the
register during S3P1 of the cycle following the one in which
the transition was detected. Since two machine cycles (24
oscillator periods) are required to recognize a 1-to-0 transi-
tion, the maximum count rate is 1/24 of the oscillator fre-
quency. To ensure that a given level is sampled at least
once before it changes, the level should be held for at least
one full machine cycle.
Table 3.
Timer 2 Operating Modes
RCLK + TCLK
0
0
1
X
CP/RL2
0
1
X
X
TR2
1
1
1
0
MODE
16-bit Auto-Reload
16-bit Capture
Baud Rate
Generator
(Off)
4-198
AT89LV55