M28W320FSU STMICROELECTRONICS [STMicroelectronics], M28W320FSU Datasheet - Page 42

no-image

M28W320FSU

Manufacturer Part Number
M28W320FSU
Description
32Mbit (2Mb x16) and 64Mbit (4Mb x16) 3V Supply, Uniform Block, Secure Flash Memories
Manufacturer
STMICROELECTRONICS [STMicroelectronics]
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
M28W320FSU-70ZA6
Manufacturer:
ST
0
Part Number:
M28W320FSU702A6
Manufacturer:
ST
0
Part Number:
M28W320FSU70ZA6
Manufacturer:
ST
Quantity:
8 545
Part Number:
M28W320FSU70ZA6
Manufacturer:
ST
Quantity:
5 510
Part Number:
M28W320FSU70ZA6
Manufacturer:
ST
0
Part Number:
M28W320FSU70ZA6
Manufacturer:
ST
Quantity:
20 000
Part Number:
M28W320FSU70ZA6E
Manufacturer:
ST
0
Part Number:
M28W320FSU70ZA6F
Manufacturer:
ST
0
M28W320FSU, M28W640FSU
Figure 17. Program Suspend & Resume Flowchart and Pseudo Code
42/49
Program Continues
another address
Read data from
Read Status
Write FFh
Write D0h
Write 70h
Write B0h
Register
b7 = 1
b2 = 1
Start
YES
YES
NO
NO
Program Complete
Read Data
Write FFh
program_suspend_command ( ) {
if (status_register.b2==0) /*program completed */
else
}
do {
writeToFlash (any_address, 0xB0) ;
writeToFlash (any_address, 0x70) ;
/* read status register to check if
program has already completed */
{ writeToFlash (any_address, 0xFF) ;
{ writeToFlash (any_address, 0xFF) ;
status_register=readFlash (any_address) ;
/* E or G must be toggled*/
} while (status_register.b7== 0) ;
}
}
read_data ( ) ; /*read data from another block*/
/*The device returns to Read Array
(as if program/erase suspend was not issued).*/
read_data ( ); /*read data from another address*/
writeToFlash (any_address, 0xD0) ;
/*write 0xD0 to resume program*/
AI03540b

Related parts for M28W320FSU