Qdatasheet_Logo
Integrated circuits, Transistor, Semiconductors Search and Datasheet PDF Download Site

M28W160C70ZB6F View Datasheet(PDF) - Numonyx -> Micron

Part Name
Description
MFG CO.
M28W160C70ZB6F
Numonyx
Numonyx -> Micron Numonyx
'M28W160C70ZB6F' PDF : 50 Pages View PDF
Figure 22. Locking Operations Flowchart and Pseudo Code
M28W160CT, M28W160CB
Start
Write 60h
Write
01h, D0h or 2Fh
Write 90h
Read Block
Lock States
Locking
NO
change
confirmed?
YES
Write FFh
End
locking_operation_command (address, lock_operation) {
writeToFlash (any_address, 0x60) ; /*configuration setup*/
if (lock_operation==LOCK) /*to protect the block*/
writeToFlash (address, 0x01) ;
else if (lock_operation==UNLOCK) /*to unprotect the block*/
writeToFlash (address, 0xD0) ;
else if (lock_operation==LOCK-DOWN) /*to lock the block*/
writeToFlash (address, 0x2F) ;
writeToFlash (any_address, 0x90) ;
if (readFlash (address) ! = locking_state_expected)
error_handler () ;
/*Check the locking state (see Read Block Signature table )*/
writeToFlash (any_address, 0xFF) ; /*Reset to Read Array mode*/
}
AI04364
45/50
Share Link: GO URL

All Rights Reserved © qdatasheet.com  [ Privacy Policy ] [ Contact Us ]