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

MC908AP32CFAE 参数 Datasheet PDF下载

MC908AP32CFAE图片预览
型号: MC908AP32CFAE
PDF下载: 下载PDF文件 查看货源
内容描述: [MC908AP32CFAE]
分类和应用:
文件页数/大小: 325 页 / 4102 K
品牌: FREESCALE [ Freescale ]
 浏览型号MC908AP32CFAE的Datasheet PDF文件第127页浏览型号MC908AP32CFAE的Datasheet PDF文件第128页浏览型号MC908AP32CFAE的Datasheet PDF文件第129页浏览型号MC908AP32CFAE的Datasheet PDF文件第130页浏览型号MC908AP32CFAE的Datasheet PDF文件第132页浏览型号MC908AP32CFAE的Datasheet PDF文件第133页浏览型号MC908AP32CFAE的Datasheet PDF文件第134页浏览型号MC908AP32CFAE的Datasheet PDF文件第135页  
Monitor ROM (MON)  
8.5.3 LDRNGE  
LDRNGE is used to load the data array in RAM with data from a range of FLASH locations.  
Table 8-13. LDRNGE Routine  
Routine Name LDRNGE  
Routine Description Loads data from a range of locations  
Calling Address $FC00  
Stack Used 7 bytes  
Bus speed (BUS_SPD)  
Data size (DATASIZE)  
Starting address (ADDRH)  
Data Block Format Starting address (ADDRL)  
Data 1  
:
Data N  
The start location of FLASH from where data is retrieved is specified by the address ADDRH:ADDRL and  
the number of bytes from this location is specified by DATASIZE. The maximum number of bytes that can  
be retrieved in one routine call is 255 bytes. The data retrieved from FLASH is loaded into the data array  
in RAM. Previous data in the data array will be overwritten. User can use this routine to retrieve data from  
FLASH that was previously programmed.  
The coding example below is to retrieve 64 bytes of data starting from $EE00 in FLASH. The Initialization  
subroutine is the same as the coding example for PRGRNGE (see 8.5.1 PRGRNGE).  
LDRNGE  
EQU  
$FC00  
MAIN:  
BSR  
:
INITIALIZATION  
:
LDHX  
JSR  
:
#FILE_PTR  
LDRNGE  
MC68HC908AP Family Data Sheet, Rev. 4  
130  
Freescale Semiconductor  
 复制成功!