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

AT89S52-33JC 参数 Datasheet PDF下载

AT89S52-33JC图片预览
型号: AT89S52-33JC
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器具有8K字节的系统内可编程闪存 [8-bit Microcontroller with 8K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器和处理器外围集成电路异步传输模式PCATM时钟
文件页数/大小: 30 页 / 231 K
品牌: ATMEL [ ATMEL ]
 浏览型号AT89S52-33JC的Datasheet PDF文件第10页浏览型号AT89S52-33JC的Datasheet PDF文件第11页浏览型号AT89S52-33JC的Datasheet PDF文件第12页浏览型号AT89S52-33JC的Datasheet PDF文件第13页浏览型号AT89S52-33JC的Datasheet PDF文件第15页浏览型号AT89S52-33JC的Datasheet PDF文件第16页浏览型号AT89S52-33JC的Datasheet PDF文件第17页浏览型号AT89S52-33JC的Datasheet PDF文件第18页  
Programmable Clock Out  
A 50% duty cycle clock can be programmed to come out on  
P1.0, as shown in Figure 9. This pin, besides being a regu-  
lar I/O pin, has two alternate functions. It can be pro-  
grammed to input the external clock for Timer/Counter 2 or  
to output a 50% duty cycle clock ranging from 61 Hz to 4  
MHz at a 16 MHz operating frequency.  
Table 5. Interrupt Enable (IE) Register  
(MSB)  
(LSB)  
EX0  
EA  
ET2  
ES  
ET1  
EX1  
ET0  
Enable Bit = 1 enables the interrupt.  
Enable Bit = 0 disables the interrupt.  
To configure the Timer/Counter 2 as a clock generator, bit  
C/T2 (T2CON.1) must be cleared and bit T2OE (T2MOD.1)  
must be set. Bit TR2 (T2CON.2) starts and stops the timer.  
Symbol  
Position  
Function  
EA  
IE.7  
Disables all interrupts. If EA = 0,  
no interrupt is acknowledged. If  
EA = 1, each interrupt source is  
individually enabled or disabled  
by setting or clearing its enable  
bit.  
The clock-out frequency depends on the oscillator fre-  
quency and the reload value of Timer 2 capture registers  
(RCAP2H, RCAP2L), as shown in the following equation.  
Oscillator Frequency  
Clock-Out Frequency = ------------------------------------------------------------------------------------  
4 x [65536-(RCAP2H,RCAP2L)]  
IE.6  
IE.5  
IE.4  
IE.3  
IE.2  
IE.1  
IE.0  
Reserved.  
ET2  
ES  
Timer 2 interrupt enable bit.  
Serial Port interrupt enable bit.  
Timer 1 interrupt enable bit.  
External interrupt 1 enable bit.  
Timer 0 interrupt enable bit.  
External interrupt 0 enable bit.  
In the clock-out mode, Timer 2 roll-overs will not generate  
an interrupt. This behavior is similar to when Timer 2 is  
used as a baud-rate generator. It is possible to use Timer 2  
as a baud-rate generator and a clock generator simulta-  
neously. Note, however, that the baud-rate and clock-out  
frequencies cannot be determined independently from one  
another since they both use RCAP2H and RCAP2L.  
ET1  
EX1  
ET0  
EX0  
User software should never write 1s to unimplemented bits,  
because they may be used in future AT89 products.  
Interrupts  
The AT89S52 has a total of six interrupt vectors: two exter-  
nal interrupts (INT0 and INT1), three timer interrupts (Tim-  
ers 0, 1, and 2), and the serial port interrupt. These  
interrupts are all shown in Figure 10.  
Figure 10. Interrupt Sources  
0
INT0  
IE0  
Each of these interrupt sources can be individually enabled  
or disabled by setting or clearing a bit in Special Function  
Register IE. IE also contains a global disable bit, EA, which  
disables all interrupts at once.  
1
Note that Table 5 shows that bit position IE.6 is unimple-  
mented. In the AT89S52, bit position IE.5 is also unimple-  
mented. User software should not write 1s to these bit  
positions, since they may be used in future AT89 products.  
TF0  
0
1
INT1  
IE1  
Timer 2 interrupt is generated by the logical OR of bits TF2  
and EXF2 in register T2CON. Neither of these flags is  
cleared by hardware when the service routine is vectored  
to. In fact, the service routine may have to determine  
whether it was TF2 or EXF2 that generated the interrupt,  
and that bit will have to be cleared in software.  
TF1  
TI  
RI  
The Timer 0 and Timer 1 flags, TF0 and TF1, are set at  
S5P2 of the cycle in which the timers overflow. The values  
are then polled by the circuitry in the next cycle. However,  
the Timer 2 flag, TF2, is set at S2P2 and is polled in the  
same cycle in which the timer overflows.  
TF2  
EXF2  
AT89S52  
14