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

M28W160CB70N6F 参数 Datasheet PDF下载

M28W160CB70N6F图片预览
型号: M28W160CB70N6F
PDF下载: 下载PDF文件 查看货源
内容描述: 16兆位( 1Mb的X16 ,引导块) 3V供应闪存 [16 Mbit (1Mb x16, Boot Block) 3V Supply Flash Memory]
分类和应用: 闪存存储
文件页数/大小: 50 页 / 1298 K
品牌: NUMONYX [ NUMONYX B.V ]
 浏览型号M28W160CB70N6F的Datasheet PDF文件第41页浏览型号M28W160CB70N6F的Datasheet PDF文件第42页浏览型号M28W160CB70N6F的Datasheet PDF文件第43页浏览型号M28W160CB70N6F的Datasheet PDF文件第44页浏览型号M28W160CB70N6F的Datasheet PDF文件第46页浏览型号M28W160CB70N6F的Datasheet PDF文件第47页浏览型号M28W160CB70N6F的Datasheet PDF文件第48页浏览型号M28W160CB70N6F的Datasheet PDF文件第49页  
M28W160CT, M28W160CB  
Figure 22. Locking Operations Flowchart and Pseudo Code  
Start  
locking_operation_command (address, lock_operation) {  
writeToFlash (any_address, 0x60) ; /*configuration setup*/  
Write 60h  
if (lock_operation==LOCK) /*to protect the block*/  
writeToFlash (address, 0x01) ;  
else if (lock_operation==UNLOCK) /*to unprotect the block*/  
writeToFlash (address, 0xD0) ;  
Write  
01h, D0h or 2Fh  
else if (lock_operation==LOCK-DOWN) /*to lock the block*/  
writeToFlash (address, 0x2F) ;  
writeToFlash (any_address, 0x90) ;  
Write 90h  
Read Block  
Lock States  
if (readFlash (address) ! = locking_state_expected)  
error_handler () ;  
NO  
Locking  
change  
/*Check the locking state (see Read Block Signature table )*/  
confirmed?  
YES  
writeToFlash (any_address, 0xFF) ; /*Reset to Read Array mode*/  
Write FFh  
}
End  
AI04364  
45/50