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

M28W160CT85N6F 参数 Datasheet PDF下载

M28W160CT85N6F图片预览
型号: M28W160CT85N6F
PDF下载: 下载PDF文件 查看货源
内容描述: 16兆位( 1Mb的X16 ,引导块) 3V供应闪存 [16 Mbit (1Mb x16, Boot Block) 3V Supply Flash Memory]
分类和应用: 闪存存储内存集成电路光电二极管
文件页数/大小: 50 页 / 1298 K
品牌: NUMONYX [ NUMONYX B.V ]
 浏览型号M28W160CT85N6F的Datasheet PDF文件第37页浏览型号M28W160CT85N6F的Datasheet PDF文件第38页浏览型号M28W160CT85N6F的Datasheet PDF文件第39页浏览型号M28W160CT85N6F的Datasheet PDF文件第40页浏览型号M28W160CT85N6F的Datasheet PDF文件第42页浏览型号M28W160CT85N6F的Datasheet PDF文件第43页浏览型号M28W160CT85N6F的Datasheet PDF文件第44页浏览型号M28W160CT85N6F的Datasheet PDF文件第45页  
M28W160CT, M28W160CB  
Figure 18. Double Word Program Flowchart and Pseudo Code  
Start  
Write 30h  
double_word_program_command (addressToProgram1, dataToProgram1,  
addressToProgram2, dataToProgram2)  
{
writeToFlash (any_address, 0x30) ;  
writeToFlash (addressToProgram1, dataToProgram1) ;  
/*see note (3) */  
Write Address 1  
& Data 1 (3)  
writeToFlash (addressToProgram2, dataToProgram2) ;  
/*see note (3) */  
/*Memory enters read status state after  
the Program command*/  
Write Address 2  
& Data 2 (3)  
do {  
status_register=readFlash (any_address) ;  
/* E or G must be toggled*/  
Read Status  
Register  
NO  
NO  
NO  
NO  
b7 = 1  
YES  
} while (status_register.b7== 0) ;  
V
Invalid  
if (status_register.b3==1) /*VPP invalid error */  
error_handler ( ) ;  
PP  
b3 = 0  
YES  
Error (1, 2)  
if (status_register.b4==1) /*program error */  
error_handler ( ) ;  
Program  
b4 = 0  
YES  
Error (1, 2)  
Program to Protected  
Block Error (1, 2)  
if (status_register.b1==1) /*program to protect block error */  
error_handler ( ) ;  
b1 = 0  
YES  
End  
}
AI03539b  
Note: 1. Status check of b1 (Protected Block), b3 (V Invalid) and b4 (Program Error) can be made after each program operation or after  
PP  
a sequence.  
2. If an error is found, the Status Register must be cleared before further Program/Erase operations.  
3. Address 1 and Address 2 must be consecutive addresses differing only for bit A0.  
41/50