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

C8051F502-IM 参数 Datasheet PDF下载

C8051F502-IM图片预览
型号: C8051F502-IM
PDF下载: 下载PDF文件 查看货源
内容描述: 混合信号ISP功能的Flash MCU系列 [Mixed Signal ISP Flash MCU Family]
分类和应用: 微控制器和处理器外围集成电路PC时钟
文件页数/大小: 312 页 / 2813 K
品牌: SILICON [ SILICON ]
 浏览型号C8051F502-IM的Datasheet PDF文件第96页浏览型号C8051F502-IM的Datasheet PDF文件第97页浏览型号C8051F502-IM的Datasheet PDF文件第98页浏览型号C8051F502-IM的Datasheet PDF文件第99页浏览型号C8051F502-IM的Datasheet PDF文件第101页浏览型号C8051F502-IM的Datasheet PDF文件第102页浏览型号C8051F502-IM的Datasheet PDF文件第103页浏览型号C8051F502-IM的Datasheet PDF文件第104页  
C8051F50x-F51x  
13. Special Function Registers  
The direct-access data memory locations from 0x80 to 0xFF constitute the special function registers  
(SFRs). The SFRs provide control and data exchange with the C8051F50x-F51x's resources and peripher-  
als. The CIP-51 controller core duplicates the SFRs found in a typical 8051 implementation as well as  
implementing additional SFRs used to configure and access the sub-systems unique to the C8051F50x-  
F51x. This allows the addition of new functionality while retaining compatibility with the MCS-51™ instruc-  
tion set. Table 13.3 lists the SFRs implemented in the C8051F50x-F51x device family.  
The SFR registers are accessed anytime the direct addressing mode is used to access memory locations  
from 0x80 to 0xFF. SFRs with addresses ending in 0x0 or 0x8 (e.g., P0, TCON, SCON0, IE, etc.) are bit-  
addressable as well as byte-addressable. All other SFRs are byte-addressable only. Unoccupied  
addresses in the SFR space are reserved for future use. Accessing unoccupied addresses in the SFR  
space will have an indeterminate effect and should be avoided. Refer to the corresponding pages of the  
data sheet, as indicated in Table 13.3, for a detailed description of each register.  
13.1. SFR Paging  
The CIP-51 features SFR paging, allowing the device to map many SFRs into the 0x80 to 0xFF memory  
address space. The SFR memory space has 256 pages. In this way, each memory location from 0x80 to  
0xFF can access up to 256 SFRs. The C8051F50x-F51x family of devices utilizes three SFR pages: 0x0,  
0xC, and 0xF. SFR pages are selected using the Special Function Register Page Selection register,  
SFRPAGE (see SFR Definition 11.3). The procedure for reading and writing an SFR is as follows:  
1. Select the appropriate SFR page number using the SFRPAGE register.  
2. Use direct accessing mode to read or write the special function register (MOV instruction).  
13.2. Interrupts and SFR Paging  
When an interrupt occurs, the SFR Page Register will automatically switch to the SFR page containing the  
flag bit that caused the interrupt. The automatic SFR Page switch function conveniently removes the bur-  
den of switching SFR pages from the interrupt service routine. Upon execution of the RETI instruction, the  
SFR page is automatically restored to the SFR Page in use prior to the interrupt. This is accomplished via  
a three-byte SFR Page Stack. The top byte of the stack is SFRPAGE, the current SFR Page. The second  
byte of the SFR Page Stack is SFRNEXT. The third, or bottom byte of the SFR Page Stack is SFRLAST.  
Upon an interrupt, the current SFRPAGE value is pushed to the SFRNEXT byte, and the value of SFRN-  
EXT is pushed to SFRLAST. Hardware then loads SFRPAGE with the SFR Page containing the flag bit  
associated with the interrupt. On a return from interrupt, the SFR Page Stack is popped resulting in the  
value of SFRNEXT returning to the SFRPAGE register, thereby restoring the SFR page context without  
software intervention. The value in SFRLAST (0x00 if there is no SFR Page value in the bottom of the  
stack) of the stack is placed in SFRNEXT register. If desired, the values stored in SFRNEXT and SFR-  
LAST may be modified during an interrupt, enabling the CPU to return to a different SFR Page upon exe-  
cution of the RETI instruction (on interrupt exit). Modifying registers in the SFR Page Stack does not cause  
a push or pop of the stack. Only interrupt calls and returns will cause push/pop operations on the SFR  
Page Stack.  
On the C8051F50x-F51x devices, vectoring to an interrupt will switch SFRPAGE to page 0x00, except for  
the CAN0 interrupt which will switch SFRPAGE to page 0x0C.  
100  
Rev. 1.1  
 复制成功!