欢迎访问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文件第27页浏览型号S29GL128P11FFI020的Datasheet PDF文件第28页浏览型号S29GL128P11FFI020的Datasheet PDF文件第29页浏览型号S29GL128P11FFI020的Datasheet PDF文件第30页浏览型号S29GL128P11FFI020的Datasheet PDF文件第32页浏览型号S29GL128P11FFI020的Datasheet PDF文件第33页浏览型号S29GL128P11FFI020的Datasheet PDF文件第34页浏览型号S29GL128P11FFI020的Datasheet PDF文件第35页  
D at a
S hee t
(Adva nce
In for m ation)
7.7.6
Program Suspend/Program Resume Commands
The Program Suspend command allows the system to interrupt an embedded programming operation or a
“Write to Buffer” programming operation so that data can read from any non-suspended sector. When the
Program Suspend command is written during a programming process, the device halts the programming
operation within 15 µs maximum (5 µs typical) and updates the status bits. Addresses are “don't-cares” when
writing the Program Suspend command.
After the programming operation has been suspended, the system can read array data from any non-
suspended sector. The Program Suspend command may also be issued during a programming operation
while an erase is suspended. In this case, data may be read from any addresses not in Erase Suspend or
Program Suspend. If a read is needed from the Secured Silicon Sector area, then user must use the proper
command sequences to enter and exit this region.
The system may also write the Autoselect command sequence when the device is in Program Suspend
mode. The device allows reading Autoselect codes in the suspended sectors, since the codes are not stored
in the memory array. When the device exits the Autoselect mode, the device reverts to Program Suspend
mode, and is ready for another valid operation. See “Autoselect Command Sequence” for more information.
After the Program Resume command is written, the device reverts to programming. The system can
determine the status of the program operation using the DQ7 or DQ6 status bits, just as in the standard
program operation. See “Write Operation Status” for more information.
The system must write the Program Resume command (address bits are “don't care”) to exit the Program
Suspend mode and continue the programming operation. Further writes of the Program Resume command
are ignored. Another Program Suspend command can be written after the device has resumed programming.
Software Functions and Sample Code
Table 7.12
Program Suspend
(LLD Function = lld_ProgramSuspendCmd)
Cycle
1
Operation
Write
Word Address
Base + XXXh
Data
00B0h
The following is a C source code example of using the program suspend function. Refer to the
Spansion Low
Level Driver User’s Guide
www.spansion.com)
for general information on Spansion Flash
memory software development guidelines.
/* Example: Program suspend command */
*( (UINT16 *)base_addr + 0x000 ) = 0x00B0;
/* write suspend command
*/
Table 7.13
Program Resume
(LLD Function = lld_ProgramResumeCmd)
Cycle
1
Operation
Write
Word Address
Base + XXXh
Data
0030h
The following is a C source code example of using the program resume function. Refer to the
Spansion Low
Level Driver User’s Guide
www.spansion.com)
for general information on Spansion Flash
memory software development guidelines.
/* Example: Program resume command */
*( (UINT16 *)base_addr + 0x000 ) = 0x0030;
/* write resume command
*/
November 21, 2006 S29GL-P_00_A3
S29GL-P MirrorBit
TM
Flash Family
29