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

AT89S8252_06 参数 Datasheet PDF下载

AT89S8252_06图片预览
型号: AT89S8252_06
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器8K字节的Flash [8-bit Microcontroller with 8K Bytes Flash]
分类和应用: 微控制器
文件页数/大小: 41 页 / 479 K
品牌: ATMEL [ ATMEL CORPORATION ]
 浏览型号AT89S8252_06的Datasheet PDF文件第7页浏览型号AT89S8252_06的Datasheet PDF文件第8页浏览型号AT89S8252_06的Datasheet PDF文件第9页浏览型号AT89S8252_06的Datasheet PDF文件第10页浏览型号AT89S8252_06的Datasheet PDF文件第12页浏览型号AT89S8252_06的Datasheet PDF文件第13页浏览型号AT89S8252_06的Datasheet PDF文件第14页浏览型号AT89S8252_06的Datasheet PDF文件第15页  
AT89S8252
programming is still in progress and RDY/BSY = 1 means EEPROM write cycle is com-
pleted and another write cycle can be initiated.
In addition, during EEPROM programming, an attempted read from the EEPROM will
fetch the byte being written with the MSB complemented. Once the write cycle is com-
pleted, true data are valid at all bit locations.
Programmable
Watchdog Timer
The programmable Watchdog Timer (WDT) operates from an independent internal
oscillator. The prescaler bits, PS0, PS1 and PS2 in SFR WMCON are used to set the
period of the Watchdog Timer from 16 ms to 2048 ms. The available timer periods are
shown in the following table and the actual timer periods (at V
CC
= 5V) are within ±30%
of the nominal.
The WDT is disabled by Power-on Reset and during Power-down. It is enabled by set-
ting the WDTEN bit in SFR WMCON (address = 96H). The WDT is reset by setting the
WDTRST bit in WMCON. When the WDT times out without being reset or disabled, an
internal RST pulse is generated to reset the CPU.
Table 7.
Watchdog Timer Period Selection
WDT Prescaler Bits
PS2
0
0
0
0
1
1
1
1
PS1
0
0
1
1
0
0
1
1
PS0
0
1
0
1
0
1
0
1
Period (nominal)
16 ms
32 ms
64 ms
128 ms
256 ms
512 ms
1024 ms
2048 ms
Timer 0 and 1
Timer 0 and Timer 1 in the AT89S8252 operate the same way as Timer 0 and Timer 1 in
the AT89C51 and AT89C52. For further information on the timers’ operation, refer to the
Atmel web site (http://www.atmel.com). From the home page, select “Products”, then
“Microcontrollers, then “8051-Architecture”. Click on “Documentation”, then on “Other
Documents”. Open the document “AT89 Series Hardware Description”.
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 8.
Timer 2 consists of two 8-bit registers, TH2 and TL2. In the Timer function, the TL2 reg-
ister is incremented every machine cycle. Since a machine cycle consists of 12
oscillator periods, the count rate is 1/12 of the oscillator frequency.
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 reg-
ister during S3P1 of the cycle following the one in which the transition was detected.
Timer 2
11
0401G–MICRO–3/06