datasheetbank_Logo
数据手册搜索引擎和 Datasheet免费下载 PDF

M58WR064F-ZBF 查看數據表(PDF) - STMicroelectronics

零件编号
产品描述 (功能)
生产厂家
M58WR064F-ZBF Datasheet PDF : 87 Pages
First Prev 71 72 73 74 75 76 77 78 79 80 Next Last
M58WR064FT, M58WR064FB
Figure 28. Locking Operations Flowchart and Pseudo Code
Start
Write 60h (1)
Write
01h, D0h or 2Fh
Write 90h (1)
locking_operation_command (address, lock_operation) {
writeToFlash (address, 0x60) ; /*configuration setup*/
/* see note (1) */
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 (address, 0x90) ;
/*see note (1) */
Read Block
Lock States
Locking
NO
change
confirmed?
if (readFlash (address) ! = locking_state_expected)
error_handler () ;
/*Check the locking state (see Read Block Signature table )*/
YES
Write FFh (1)
End
writeToFlash (address, 0xFF) ; /*Reset to Read Array mode*/
/*see note (1) */
}
Note: 1. Any address within the bank can equally be used.
AI06176b
76/87

Share Link: 

datasheetbank.com [ Privacy Policy ] [ Request Datasheet ] [ Contact Us ]