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

S29GL512P11TAI010 参数 Datasheet PDF下载

S29GL512P11TAI010图片预览
型号: S29GL512P11TAI010
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 ]
 浏览型号S29GL512P11TAI010的Datasheet PDF文件第16页浏览型号S29GL512P11TAI010的Datasheet PDF文件第17页浏览型号S29GL512P11TAI010的Datasheet PDF文件第18页浏览型号S29GL512P11TAI010的Datasheet PDF文件第19页浏览型号S29GL512P11TAI010的Datasheet PDF文件第21页浏览型号S29GL512P11TAI010的Datasheet PDF文件第22页浏览型号S29GL512P11TAI010的Datasheet PDF文件第23页浏览型号S29GL512P11TAI010的Datasheet PDF文件第24页  
Data
Sheet
(Advan ce
Infor m a tio n)
Table 7.4
Autoselect Entry in System
(LLD Function = lld_AutoselectEntryCmd)
Cycle
Unlock Cycle 1
Unlock Cycle 2
Autoselect Command
Operation
Write
Write
Write
Byte Address
BasexAAAh
Basex555h
BasexAAAh
Word Address
Basex555h
Basex2AAh
Basex555h
Data
0x00AAh
0x0055h
0x0090h
Software Functions and Sample Code
Table 7.5
Autoselect Exit
(LLD Function = lld_AutoselectExitCmd)
Cycle
Unlock Cycle 1
Note
1. Any offset within the device works.
2. base = base address.
Operation
Write
Byte Address
base + XXXh
Word Address
base + XXXh
Data
0x00F0h
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
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 MirrorBit
TM
Flash Family
S29GL-P_00_A3 November 21, 2006