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

AT89S52-33AU 参数 Datasheet PDF下载

AT89S52-33AU图片预览
型号: AT89S52-33AU
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器具有8K字节的系统内可编程闪存 [8-bit Microcontroller with 8K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器和处理器外围集成电路异步传输模式ATM时钟
文件页数/大小: 38 页 / 548 K
品牌: ATMEL [ ATMEL ]
 浏览型号AT89S52-33AU的Datasheet PDF文件第13页浏览型号AT89S52-33AU的Datasheet PDF文件第14页浏览型号AT89S52-33AU的Datasheet PDF文件第15页浏览型号AT89S52-33AU的Datasheet PDF文件第16页浏览型号AT89S52-33AU的Datasheet PDF文件第18页浏览型号AT89S52-33AU的Datasheet PDF文件第19页浏览型号AT89S52-33AU的Datasheet PDF文件第20页浏览型号AT89S52-33AU的Datasheet PDF文件第21页  
AT89S52  
Figure 12-1. Timer 2 in Clock-Out Mode  
TL2  
TH2  
÷2  
OSC  
(8-BITS) (8-BITS)  
TR2  
RCAP2L RCAP2H  
C/T2 BIT  
P1.0  
(T2)  
÷2  
T2OE (T2MOD.1)  
TRANSITION  
DETECTOR  
P1.1  
(T2EX)  
TIMER 2  
INTERRUPT  
EXF2  
EXEN2  
13. Interrupts  
The AT89S52 has a total of six interrupt vectors: two external interrupts (INT0 and INT1), three  
timer interrupts (Timers 0, 1, and 2), and the serial port interrupt. These interrupts are all shown  
in Figure 13-1.  
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.  
Note that Table 13-1 shows that bit position IE.6 is unimplemented. User software should not  
write a 1 to this bit position, since it may be used in future AT89 products.  
Timer 2 interrupt is generated by the logical OR of bits TF2 and EXF2 in register T2CON. Nei-  
ther 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.  
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.  
17  
1919D–MICRO–6/08  
 复制成功!