DatasheetQ Logo
Electronic component search and free download site.
Transistors,MosFET ,Diode,Integrated circuits

S29GL256P90TFCR2 View Datasheet(PDF) - Spansion Inc.

Part Name
Description
Manufacturer
S29GL256P90TFCR2
Spansion
Spansion Inc. Spansion
S29GL256P90TFCR2 Datasheet PDF : 81 Pages
First Prev 31 32 33 34 35 36 37 38 39 40 Next Last
Data Sheet
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 within a sector 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 on page 21 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 write operation status bits, just as in the standard
program operation. See Write Operation Status on page 36 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
Byte Address
Base + XXXh
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 (available on www.spansion.com) for general information on Spansion Flash
memory software development guidelines.
/* Example: Program suspend command */
*( (UINT16 *)base_addr ) = 0x00B0; /* write suspend command
*/
Cycle
1
Table 7.13 Program Resume
(LLD Function = lld_ProgramResumeCmd)
Operation
Write
Byte Address
Base + XXXh
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 (available on www.spansion.com) for general information on Spansion Flash
memory software development guidelines.
/* Example: Program resume command */
*( (UINT16 *)base_addr ) = 0x0030; /* write resume command
*/
34
S29GL-P MirrorBit® Flash Family
S29GL-P_00_A14 October 22, 2012
 

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]