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

PIC16LF1947-E/MR 参数 Datasheet PDF下载

PIC16LF1947-E/MR图片预览
型号: PIC16LF1947-E/MR
PDF下载: 下载PDF文件 查看货源
内容描述: [64-Pin Flash-Based, 8-Bit CMOS Microcontrollers with LCD Driver and nanoWatt XLP Technology]
分类和应用: 微控制器
文件页数/大小: 440 页 / 4740 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第47页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第48页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第49页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第50页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第52页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第53页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第54页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第55页  
PIC16F/LF1946/47  
FIGURE 3-8:  
ACCESSING THE STACK EXAMPLE 4  
0x0F  
0x0E  
0x0D  
0x0C  
0x0B  
0x0A  
0x09  
0x08  
0x07  
0x06  
0x05  
0x04  
0x03  
0x02  
0x01  
0x00  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
Return Address  
When the stack is full, the next CALLor  
an interrupt will set the Stack Pointer to  
0x10. This is identical to address 0x00  
so the stack will wrap and overwrite the  
return address at 0x00. If the Stack  
Overflow/Underflow Reset is enabled, a  
Reset will occur and location 0x00 will  
not be overwritten.  
TOSH:TOSL  
STKPTR = 0x10  
3.4.2  
OVERFLOW/UNDERFLOW RESET  
If the STVREN bit in Configuration Word 2 is set to ‘1’,  
the device will be reset if the stack is PUSHed beyond  
the sixteenth level or POPed beyond the first level,  
setting the appropriate bits (STKOVF or STKUNF,  
respectively) in the PCON register.  
3.5  
Indirect Addressing  
The INDFn registers are not physical registers. Any  
instruction that accesses an INDFn register actually  
accesses the register at the address specified by the  
File Select Registers (FSR). If the FSRn address  
specifies one of the two INDFn registers, the read will  
return ‘0’ and the write will not occur (though Status bits  
may be affected). The FSRn register value is created  
by the pair FSRnH and FSRnL.  
The FSR registers form a 16-bit address that allows an  
addressing space with 65536 locations. These locations  
are divided into three memory regions:  
• Traditional Data Memory  
• Linear Data Memory  
• Program Flash Memory  
2010 Microchip Technology Inc.  
Preliminary  
DS41414A-page 49  
 复制成功!