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

M58LT128HSB8ZA6E 参数 Datasheet PDF下载

M58LT128HSB8ZA6E图片预览
型号: M58LT128HSB8ZA6E
PDF下载: 下载PDF文件 查看货源
内容描述: 128兆位(8 MB 】 16 ,多银行,多接口,突发) 1.8 V电源供电,安全闪存 [128 Mbit (8 Mb 】16, multiple bank, multilevel interface, burst) 1.8 V supply, secure Flash memories]
分类和应用: 闪存存储内存集成电路
文件页数/大小: 110 页 / 2025 K
品牌: NUMONYX [ NUMONYX B.V ]
 浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第91页浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第92页浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第93页浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第94页浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第96页浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第97页浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第98页浏览型号M58LT128HSB8ZA6E的Datasheet PDF文件第99页  
M58LT128HST, M58LT128HSB  
Flowcharts and pseudo codes  
Figure 23. Block Erase flowchart and pseudo code  
Start  
erase_command ( blockToErase ) {  
writeToFlash (blockToErase, 0x20) ;  
/*see note (2) */  
Write 20h (2)  
writeToFlash (blockToErase, 0xD0) ;  
/* Memory enters read status state after  
the Erase Command */  
Write Block  
Address & D0h  
do {  
Read Status  
Register (2)  
status_register=readFlash (blockToErase) ;  
/* see note (2) */  
/* E or G must be toggled*/  
NO  
SR7 = 1  
YES  
} while (status_register.SR7== 0) ;  
NO  
YES  
NO  
NO  
V
Invalid  
if (status_register.SR3==1) /*V  
error_handler ( ) ;  
invalid error */  
PP  
Error (1)  
PP  
SR3 = 0  
YES  
if ( (status_register.SR4==1) && (status_register.SR5==1) )  
/* command sequence error */  
Command  
Sequence Error (1)  
SR4, SR5 = 1  
NO  
error_handler ( ) ;  
if ( (status_register.SR5==1) )  
/* erase error */  
SR5 = 0  
YES  
Erase Error (1)  
error_handler ( ) ;  
Erase to Protected  
Block Error (1)  
if (status_register.SR1==1) /*program to protect block error */  
error_handler ( ) ;  
SR1 = 0  
YES  
End  
}
AI10976  
1. If an error is found, the Status Register must be cleared before further Program/Erase operations.  
2. Any address within the bank can equally be used.  
95/110