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

M58LT256JST 参数 Datasheet PDF下载

M58LT256JST图片预览
型号: M58LT256JST
PDF下载: 下载PDF文件 查看货源
内容描述: 256兆位( Mb的16 】 16 ,多银行,多层次,突发) 1.8 V电源供电,安全闪存 [256 Mbit (16 Mb 】 16, multiple bank, multilevel, burst) 1.8 V supply, secure Flash memories]
分类和应用: 闪存
文件页数/大小: 108 页 / 1965 K
品牌: NUMONYX [ NUMONYX B.V ]
 浏览型号M58LT256JST的Datasheet PDF文件第91页浏览型号M58LT256JST的Datasheet PDF文件第92页浏览型号M58LT256JST的Datasheet PDF文件第93页浏览型号M58LT256JST的Datasheet PDF文件第94页浏览型号M58LT256JST的Datasheet PDF文件第96页浏览型号M58LT256JST的Datasheet PDF文件第97页浏览型号M58LT256JST的Datasheet PDF文件第98页浏览型号M58LT256JST的Datasheet PDF文件第99页  
M58LT256JST, M58LT256JSB  
Flowcharts and pseudocodes  
Figure 25. Protect/unprotect operation flowchart and pseudocode  
Start  
protect_operation_command (address, protect_operation) {  
Write 60h (1)  
writeToFlash (address, 0x60) ; /*configuration setup*/  
/* see note (1) */  
if (protect_operation==PROTECT) /*to protect the block*/  
writeToFlash (address, 0x01) ;  
else if (protect_operation==UNPROTECT) /*to unprotect the block*/  
writeToFlash (address, 0xD0) ;  
Write  
01h, D0h  
writeToFlash (address, 0x90) ;  
/*see note (1) */  
Write 90h (1)  
Read Block  
Protect State  
if (readFlash (address) ! = protection_state_expected)  
error_handler () ;  
NO  
Protection  
change  
/*Check the protection state (see Read Block Signature table )*/  
confirmed?  
YES  
writeToFlash (address, 0xFF) ; /*Reset to Read Array mode*/  
/*see note (1) */  
Write FFh (1)  
}
End  
AI12895  
1. Any address within the bank can equally be used.  
95/108  
 复制成功!