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

S29GL128P11FFI020 参数 Datasheet PDF下载

S29GL128P11FFI020图片预览
型号: S29GL128P11FFI020
PDF下载: 下载PDF文件 查看货源
内容描述: 3.0伏只页面模式闪存具有90纳米的MirrorBit工艺技术 [3.0 Volt-only Page Mode Flash Memory featuring 90 nm MirrorBit Process Technology]
分类和应用: 闪存
文件页数/大小: 71 页 / 1568 K
品牌: SPANSION [ SPANSION ]
 浏览型号S29GL128P11FFI020的Datasheet PDF文件第16页浏览型号S29GL128P11FFI020的Datasheet PDF文件第17页浏览型号S29GL128P11FFI020的Datasheet PDF文件第18页浏览型号S29GL128P11FFI020的Datasheet PDF文件第19页浏览型号S29GL128P11FFI020的Datasheet PDF文件第21页浏览型号S29GL128P11FFI020的Datasheet PDF文件第22页浏览型号S29GL128P11FFI020的Datasheet PDF文件第23页浏览型号S29GL128P11FFI020的Datasheet PDF文件第24页  
D a t a S h e e t ( A d v a n c e I n f o r m a t i o n )  
Table 7.4 Autoselect Entry in System  
(LLD Function = lld_AutoselectEntryCmd)  
Cycle  
Operation  
Write  
Byte Address Word Address  
Data  
Unlock Cycle 1  
Unlock Cycle 2  
Autoselect Command  
BasexAAAh  
Basex555h  
BasexAAAh  
Basex555h  
Basex2AAh  
Basex555h  
0x00AAh  
0x0055h  
0x0090h  
Write  
Write  
Software Functions and Sample Code  
Table 7.5 Autoselect Exit  
(LLD Function = lld_AutoselectExitCmd)  
Cycle  
Operation  
Write  
Byte Address Word Address  
base + XXXh base + XXXh  
Data  
Unlock Cycle 1  
0x00F0h  
Note  
1. Any offset within the device works.  
2. base = base address.  
The following is a C source code example of using the autoselect function to read the manufacturer ID. Refer  
to the Spansion Low Level Driver User’s Guide (available on www.spansion.com) for general information on  
Spansion Flash memory software development guidelines.  
/* Here is an example of Autoselect mode (getting manufacturer ID) */  
/* Define UINT16 example: typedef unsigned short UINT16; */  
UINT16 manuf_id;  
/* Auto Select Entry */  
*( (UINT16 *)base_addr + 0x555 ) = 0x00AA; /* write unlock cycle 1 */  
*( (UINT16 *)base_addr + 0x2AA ) = 0x0055; /* write unlock cycle 2 */  
*( (UINT16 *)base_addr + 0x555 ) = 0x0090; /* write autoselect command */  
/* multiple reads can be performed after entry */  
manuf_id = *( (UINT16 *)base_addr + 0x000 ); /* read manuf. id */  
/* Autoselect exit */  
*( (UINT16 *)base_addr + 0x000 ) = 0x00F0; /* exit autoselect (write reset command) */  
18  
S29GL-P MirrorBitTM Flash Family  
S29GL-P_00_A3 November 21, 2006