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

12CE673 参数 Datasheet PDF下载

12CE673图片预览
型号: 12CE673
PDF下载: 下载PDF文件 查看货源
内容描述: 8引脚, 8位CMOS微控制器与A / D转换器和EEPROM数据存储器 [8-Pin, 8-Bit CMOS Microcontroller with A/D Converter and EEPROM Data Memory]
分类和应用: 转换器存储微控制器可编程只读存储器电动程控只读存储器电可擦编程只读存储器
文件页数/大小: 116 页 / 649 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号12CE673的Datasheet PDF文件第50页浏览型号12CE673的Datasheet PDF文件第51页浏览型号12CE673的Datasheet PDF文件第52页浏览型号12CE673的Datasheet PDF文件第53页浏览型号12CE673的Datasheet PDF文件第55页浏览型号12CE673的Datasheet PDF文件第56页浏览型号12CE673的Datasheet PDF文件第57页浏览型号12CE673的Datasheet PDF文件第58页  
PIC12CE67X  
The “return from interrupt” instruction, RETFIE, exits  
the interrupt routine as well as sets the GIE bit, which  
re-enables interrupts.  
9.5  
Interrupts  
There are four sources of interrupt:  
Interrupt Sources  
The GP2/INT, GPIO port change interrupt and the  
TMR0 overflow interrupt flags are contained in the  
INTCON register.  
TMR0 overflow interrupt  
External interrupt GP2/INT pin  
GPIO Port change interrupts (pins GP0, GP1, GP3)  
A/D Interrupt  
The peripheral interrupt flag ADIF, is contained in the  
special function register PIR1. The corresponding  
interrupt enable bit is contained in special function reg-  
ister PIE1, and the peripheral interrupt enable bit is  
contained in special function register INTCON.  
The interrupt control register (INTCON) records individ-  
ual interrupt requests in flag bits. It also has individual  
and global interrupt enable bits.  
When an interrupt is responded to, the GIE bit is  
cleared to disable any further interrupt, the return  
address is pushed onto the stack and the PC is loaded  
with 0004h. Once in the interrupt service routine the  
source(s) of the interrupt can be determined by polling  
the interrupt flag bits. The interrupt flag bit(s) must be  
cleared in software before re-enabling interrupts to  
avoid recursive interrupts.  
Note: Individual interrupt flag bits are set regard-  
less of the status of their corresponding  
mask bit or the GIE bit.  
A global interrupt enable bit, GIE (INTCON<7>)  
enables (if set) all un-masked interrupts or disables (if  
cleared) all interrupts. When bit GIE is enabled, and an  
interrupt’s flag bit and mask bit are set, the interrupt will  
vector immediately. Individual interrupts can be dis-  
abled through their corresponding enable bits in vari-  
ous registers. Individual interrupt bits are set  
regardless of the status of the GIE bit. The GIE bit is  
cleared on reset.  
For external interrupt events, such as GPIO change  
interrupt, the interrupt latency will be three or four  
instruction cycles.The exact latency depends when the  
interrupt event occurs (Figure 8-15). The latency is the  
same for one or two cycle instructions. Individual inter-  
rupt flag bits are set regardless of the status of their  
corresponding mask bit or the GIE bit.  
FIGURE 9-14: INTERRUPT LOGIC  
Wakeup  
(If in SLEEP mode)  
T0IF  
T0IE  
INTF  
INTE  
Interrupt to CPU  
GPIF  
GPIE  
PEIE  
ADIF  
ADIE  
GIE  
DS40181B-page 54  
Preliminary  
1998 Microchip Technology Inc.  
 复制成功!