欢迎访问ic37.com |
会员登录 免费注册
发布采购

M28W160CT85N6F 参数 Datasheet PDF下载

M28W160CT85N6F图片预览
型号: M28W160CT85N6F
PDF下载: 下载PDF文件 查看货源
内容描述: 16兆位( 1Mb的X16 ,引导块) 3V供应闪存 [16 Mbit (1Mb x16, Boot Block) 3V Supply Flash Memory]
分类和应用: 闪存存储内存集成电路光电二极管
文件页数/大小: 50 页 / 1298 K
品牌: NUMONYX [ NUMONYX B.V ]
 浏览型号M28W160CT85N6F的Datasheet PDF文件第39页浏览型号M28W160CT85N6F的Datasheet PDF文件第40页浏览型号M28W160CT85N6F的Datasheet PDF文件第41页浏览型号M28W160CT85N6F的Datasheet PDF文件第42页浏览型号M28W160CT85N6F的Datasheet PDF文件第44页浏览型号M28W160CT85N6F的Datasheet PDF文件第45页浏览型号M28W160CT85N6F的Datasheet PDF文件第46页浏览型号M28W160CT85N6F的Datasheet PDF文件第47页  
M28W160CT, M28W160CB  
Figure 20. Erase Flowchart and Pseudo Code  
Start  
erase_command ( blockToErase ) {  
writeToFlash (any_address, 0x20) ;  
Write 20h  
writeToFlash (blockToErase, 0xD0) ;  
/* only A12-A20 are significannt */  
/* Memory enters read status state after  
the Erase Command */  
Write Block  
Address & D0h  
do {  
Read Status  
Register  
status_register=readFlash (any_address) ;  
/* E or G must be toggled*/  
NO  
b7 = 1  
} while (status_register.b7== 0) ;  
YES  
NO  
YES  
NO  
NO  
V
Invalid  
if (status_register.b3==1) /*VPP invalid error */  
error_handler ( ) ;  
PP  
Error (1)  
b3 = 0  
YES  
if ( (status_register.b4==1) && (status_register.b5==1) )  
/* command sequence error */  
Command  
Sequence Error (1)  
b4, b5 = 1  
NO  
error_handler ( ) ;  
if ( (status_register.b5==1) )  
/* erase error */  
b5 = 0  
YES  
Erase Error (1)  
error_handler ( ) ;  
Erase to Protected  
Block Error (1)  
if (status_register.b1==1) /*program to protect block error */  
error_handler ( ) ;  
b1 = 0  
YES  
End  
}
AI03541b  
Note: If an error is found, the Status Register must be cleared before further Program/Erase operations.  
43/50