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

RM48L730PGET 参数 Datasheet PDF下载

RM48L730PGET图片预览
型号: RM48L730PGET
PDF下载: 下载PDF文件 查看货源
内容描述: RM48Lx30 16位/ 32位RISC闪存微控制器 [RM48Lx30 16/32-Bit RISC Flash Microcontroller]
分类和应用: 闪存微控制器和处理器外围集成电路时钟
文件页数/大小: 147 页 / 2764 K
品牌: TI [ TEXAS INSTRUMENTS ]
 浏览型号RM48L730PGET的Datasheet PDF文件第69页浏览型号RM48L730PGET的Datasheet PDF文件第70页浏览型号RM48L730PGET的Datasheet PDF文件第71页浏览型号RM48L730PGET的Datasheet PDF文件第72页浏览型号RM48L730PGET的Datasheet PDF文件第74页浏览型号RM48L730PGET的Datasheet PDF文件第75页浏览型号RM48L730PGET的Datasheet PDF文件第76页浏览型号RM48L730PGET的Datasheet PDF文件第77页  
RM48L930  
RM48L730  
RM48L530  
www.ti.com  
SPNS176SEPTEMBER 2011  
4.10.2 Main Features of Flash Module  
Support for multiple flash banks for program and/or data storage  
Simultaneous read access on a bank while performing program or erase operation on any other bank  
Integrated state machines to automate flash erase and program operations  
Software interface for flash program and erase operations  
Pipelined mode operation to improve instruction access interface bandwidth  
Support for Single Error Correction Double Error Detection (SECDED) block inside Cortex-R4F CPU  
Error address is captured for host system debugging  
Support for a rich set of diagnostic features  
4.10.3 ECC Protection for Flash Accesses  
All accesses to the program flash memory are protected by Single Error Correction Double Error Detection  
(SECDED) logic embedded inside the CPU. The flash module provides 8 bits of ECC code for 64 bits of  
instructions or data fetched from the flash memory. The CPU calculates the expected ECC code based on  
the 64 bits received and compares it with the ECC code returned by the flash module. A signle-bit error is  
corrected and flagged by the CPU, while a multi-bit error is only flagged. The CPU signals an ECC error  
via its Event bus. This signaling mechanism is not enabled by default and must be enabled by setting the  
"X" bit of the Performance Monitor Control Register, c9.  
MRC p15,#0,r1,c9,c12,#0  
ORR r1, r1, #0x00000010  
MCR p15,#0,r1,c9,c12,#0  
MRC p15,#0,r1,c9,c12,#0  
;Enabling Event monitor states  
;Set 4th bit (‘X’) of PMNC register  
The application must also explicitly enable the CPU's ECC checking for accesses on the CPU's ATCM  
and BTCM interfaces. These are connected to the program flash and data RAM respectively. ECC  
checking for these interfaces can be done by setting the B1TCMPCEN, B0TCMPCEN and ATCMPCEN  
bits of the System Control coprocessor's Auxiliary Control Register, c1.  
MRC p15, #0, r1, c1, c0, #1  
ORR r1, r1, #0x0e000000  
DMB  
;Enable ECC checking for ATCM and BTCMs  
MCR p15, #0, r1, c1, c0, #1  
4.10.4 Flash Access Speeds  
For information on flash memory access speeds and the relevant wait states required, refer to Section 3.4.  
Copyright © 2011, Texas Instruments Incorporated  
System Information and Electrical Specifications  
Submit Documentation Feedback  
focus.ti.com: RM48L930 RM48L730 RM48L530  
73