M28W160CB100N6T NUMONYX, M28W160CB100N6T Datasheet - Page 42

no-image

M28W160CB100N6T

Manufacturer Part Number
M28W160CB100N6T
Description
IC FLASH 16KBIT 100NS 48TSOP
Manufacturer
NUMONYX
Datasheet

Specifications of M28W160CB100N6T

Format - Memory
FLASH
Memory Type
FLASH - Nor
Memory Size
16K (1K x 16)
Speed
100ns
Interface
Parallel
Voltage - Supply
2.7 V ~ 3.6 V
Operating Temperature
-40°C ~ 85°C
Package / Case
48-TSOP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
M28W160CT, M28W160CB
Figure 19. Program Suspend & Resume Flowchart and Pseudo Code
42/50
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 M28W160CB100N6T