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

CC2430DK 参数 Datasheet PDF下载

CC2430DK图片预览
型号: CC2430DK
PDF下载: 下载PDF文件 查看货源
内容描述: 真正的系统级芯片解决方案的2.4 GHz IEEE 802.15.4 / ZigBee的 [A True System-on-Chip solution for 2.4 GHz IEEE 802.15.4 / ZigBee]
分类和应用:
文件页数/大小: 212 页 / 1862 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号CC2430DK的Datasheet PDF文件第38页浏览型号CC2430DK的Datasheet PDF文件第39页浏览型号CC2430DK的Datasheet PDF文件第40页浏览型号CC2430DK的Datasheet PDF文件第41页浏览型号CC2430DK的Datasheet PDF文件第43页浏览型号CC2430DK的Datasheet PDF文件第44页浏览型号CC2430DK的Datasheet PDF文件第45页浏览型号CC2430DK的Datasheet PDF文件第46页  
CC2430  
8051 CPU : CPU Registers  
11.3 CPU Registers  
This section describes the internal registers  
found in the CPU.  
11.3.1  
Data Pointers  
execution of an instruction that uses the data  
pointer, e.g. in one of the above instructions.  
The CC2430 has two data pointers, DPTR0  
and DPTR1 to accelerate the movement of  
data blocks to/from memory. The data pointers  
are generally used to access CODE or XDATA  
space e.g.  
The data pointers are two bytes wide  
consisting of the following SFRs:  
DPTR0 – DPH0:DPL0  
DPTR1 – DPH1:DPL1  
MOVC A,@A+DPTR  
MOV A,@DPTR  
.
The data pointer select bit, bit 0 in the Data  
Pointer Select register DPS, chooses which  
data pointer shall be the active one during  
DPH0 (0x83) – Data Pointer 0 High Byte  
Bit  
Name  
Reset  
R/W  
Description  
7:0  
0
R/W  
Data pointer 0, high byte  
DPH0[7:0]  
DPL0 (0x82) – Data Pointer 0 Low Byte  
Bit  
Name  
Reset  
R/W  
Description  
7:0  
0
R/W  
Data pointer 0, low byte  
DPL0[7:0]  
DPH1 (0x85) – Data Pointer 1 High Byte  
Bit  
Name  
Reset  
R/W  
Description  
7:0  
0
R/W  
Data pointer 1, high byte  
DPH1[7:0]  
DPL1 (0x84) – Data Pointer 1 Low Byte  
Bit  
Name  
Reset  
R/W  
Description  
7:0  
0
R/W  
Data pointer 1, low byte  
DPL1[7:0]  
DPS (0x92) – Data Pointer Select  
Bit  
Name  
-
Reset  
R/W  
Description  
7:1  
0x00  
R0  
Not used  
0
0
R/W  
Data pointer select. Selects active data pointer.  
DPS  
0 : DPTR0  
1 : DPTR1  
11.3.2  
Registers R0-R7  
0x0F, 0x10-0x17 and 0x18-0x1F (XDATA  
address range 0xFF00 to 0xFF1F). Each  
register bank contains the eight 8-bit register  
R0-R7. The register bank to be used is  
selected through the Program Status Word  
PSW.RS[1:0].  
The CC2430 provides four register banks (not  
to be confused with CODE memory space  
banks that only applies to flash memory  
organization) of eight registers each. These  
register banks are mapped in the DATA  
memory space at addresses 0x00-0x07, 0x08-  
CC2430 Data Sheet (rev. 2.1) SWRS036F  
Page 42 of 211