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

PIC16F722-I/SS 参数 Datasheet PDF下载

PIC16F722-I/SS图片预览
型号: PIC16F722-I/SS
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚闪存单片机采用纳瓦XLP技术 [28/40/44-Pin Flash Microcontrollers with nanoWatt XLP Technology]
分类和应用: 闪存微控制器
文件页数/大小: 302 页 / 4540 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F722-I/SS的Datasheet PDF文件第40页浏览型号PIC16F722-I/SS的Datasheet PDF文件第41页浏览型号PIC16F722-I/SS的Datasheet PDF文件第42页浏览型号PIC16F722-I/SS的Datasheet PDF文件第43页浏览型号PIC16F722-I/SS的Datasheet PDF文件第45页浏览型号PIC16F722-I/SS的Datasheet PDF文件第46页浏览型号PIC16F722-I/SS的Datasheet PDF文件第47页浏览型号PIC16F722-I/SS的Datasheet PDF文件第48页  
PIC16F72X/PIC16LF72X  
repeated interrupts. Because the GIE bit is cleared, any  
interrupt that occurs while executing the ISR will be  
recorded through its Interrupt Flag, but will not cause  
the processor to redirect to the interrupt vector.  
4.1  
Operation  
Interrupts are disabled upon any device Reset. They  
are enabled by setting the following bits:  
• GIE bit of the INTCON register  
The RETFIE instruction exits the ISR by popping the  
• Interrupt Enable bit(s) for the specific interrupt  
event(s)  
previous address from the stack and setting the GIE bit.  
For additional information on a specific interrupt’s  
operation, refer to its peripheral chapter.  
• PEIE bit of the INTCON register (if the Interrupt  
Enable bit of the interrupt event is contained in the  
PIE1 and PIE2 registers)  
Note 1: Individual Interrupt Flag bits are set,  
regardless of the state of any other  
enable bits.  
The INTCON, PIR1 and PIR2 registers record individ-  
ual interrupts via Interrupt Flag bits. Interrupt Flag bits  
will be set, regardless of the status of the GIE, PEIE  
and individual Interrupt Enable bits.  
2: All interrupts will be ignored while the GIE  
bit is cleared. Any interrupt occurring  
while the GIE bit is clear will be serviced  
when the GIE bit is set again.  
The following events happen when an interrupt event  
occurs while the GIE bit is set:  
• Current prefetched instruction is flushed  
• GIE bit is cleared  
4.2  
Interrupt Latency  
Interrupt latency is defined as the time from when the  
interrupt event occurs to the time code execution at the  
interrupt vector begins. The latency for synchronous  
interrupts is 3 instruction cycles. For asynchronous  
interrupts, the latency is 3 to 4 instruction cycles,  
depending on when the interrupt occurs. See Figure 4-2  
for timing details.  
• Current Program Counter (PC) is pushed onto the  
stack  
• PC is loaded with the interrupt vector 0004h  
The ISR determines the source of the interrupt by  
polling the Interrupt Flag bits. The Interrupt Flag bits  
must be cleared before exiting the ISR to avoid  
FIGURE 4-2:  
INT PIN INTERRUPT TIMING  
Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4  
OSC1  
(3)  
CLKOUT  
(4)  
INT pin  
(1)  
(1)  
(2)  
(5)  
Interrupt Latency  
INTF flag  
(INTCON<1>)  
GIE bit  
(INTCON<7>)  
INSTRUCTION FLOW  
PC  
PC + 1  
0004h  
0005h  
PC  
Inst (PC)  
PC + 1  
Instruction  
Fetched  
Inst (0004h)  
Inst (PC + 1)  
Inst (0005h)  
Inst (0004h)  
Instruction  
Executed  
Dummy Cycle  
Dummy Cycle  
Inst (PC)  
Inst (PC – 1)  
Note 1: INTF flag is sampled here (every Q1).  
2: Asynchronous interrupt latency = 3-4 TCY. Synchronous latency = 3 TCY, where TCY = instruction cycle time. Latency  
is the same whether Inst (PC) is a single cycle or a 2-cycle instruction.  
3: CLKOUT is available only in INTOSC and RC Oscillator modes.  
4: For minimum width of INT pulse, refer to AC specifications in Section 23.0 “Electrical Specifications”.  
5: INTF is enabled to be set any time during the Q4-Q1 cycles.  
DS41341E-page 44  
© 2009 Microchip Technology Inc.