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

M36W432B70ZA6T データシートの表示(PDF) - STMicroelectronics

部品番号
コンポーネント説明
メーカー
M36W432B70ZA6T Datasheet PDF : 57 Pages
First Prev 51 52 53 54 55 56 57
M36W432T, M36W432B
Figure 27. Program Suspend & Resume Flowchart and Pseudo Code
Start
Write B0h
Write 70h
Read Status
Register
program_suspend_command ( ) {
writeToFlash (any_address, 0xB0) ;
writeToFlash (any_address, 0x70) ;
/* read status register to check if
program has already completed */
do {
status_register=readFlash (any_address) ;
/* EF or GF must be toggled*/
NO
b7 = 1
YES
NO
b2 = 1
YES
Write FFh
Program Complete
} while (status_register.b7== 0) ;
if (status_register.b2==0) /*program completed */
{ writeToFlash (any_address, 0xFF) ;
read_data ( ) ; /*read data from another block*/
/*The device returns to Read Array
(as if program/erase suspend was not issued).*/
Read data from
another address
Write D0h
Program Continues
Write FFh
Read Data
}
else
{ writeToFlash (any_address, 0xFF) ;
read_data ( ); /*read data from another address*/
writeToFlash (any_address, 0xD0) ;
/*write 0xD0 to resume program*/
}
}
AI05224
51/57

Share Link: 

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