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

DS617 参数 Datasheet PDF下载

DS617图片预览
型号: DS617
PDF下载: 下载PDF文件 查看货源
内容描述: 平台的Flash XL高密度配置和存储设备 [Platform Flash XL High-Density Configuration and Storage Device]
分类和应用: 存储
文件页数/大小: 88 页 / 2352 K
品牌: XILINX [ XILINX, INC ]
 浏览型号DS617的Datasheet PDF文件第65页浏览型号DS617的Datasheet PDF文件第66页浏览型号DS617的Datasheet PDF文件第67页浏览型号DS617的Datasheet PDF文件第68页浏览型号DS617的Datasheet PDF文件第70页浏览型号DS617的Datasheet PDF文件第71页浏览型号DS617的Datasheet PDF文件第72页浏览型号DS617的Datasheet PDF文件第73页  
R
Platform Flash XL High-Density Configuration and Storage Device  
Appendix C: Flowcharts and Pseudocodes  
X-Ref Target - Figure 37  
Start  
program_command (addressToProgram, dataToProgram) {:  
Write 40h or 10h(3)  
writeToFlash (addressToProgram, 0x40);  
/*writeToFlash (addressToProgram, 0x10);*/  
/*see note (3)*/  
writeToFlash (addressToProgram, dataToProgram) ;  
/*Memory enters read status state after  
the Program Command*/  
Write Address  
& Data  
do {  
Read Status  
Register(3)  
status_register=readFlash (addressToProgram);  
"see note (3)";  
/* E or G must be toggled*/  
NO  
SR7 = 1  
YES  
}
while (status_register.SR7== 0) ;  
NO  
V
Invalid  
if (status_register.SR3==1) /*VPP invalid error */  
error_handler ( ) ;  
PP  
SR3 = 0  
YES  
Error(1,2)  
NO  
NO  
Program  
Error(1,2)  
if (status_register.SR4==1) /*program error */  
error_handler ( ) ;  
SR4 = 0  
YES  
Program to Protected  
Block Error(1,2)  
if (status_register.SR1==1) /*program to protect block error */  
error_handler ( ) ;  
SR1 = 0  
YES  
End  
}
DS617_31_101608  
Notes:  
1. Status check of SR1 (Protected Block), SR3 (VPP Invalid) and SR4 (Program Error) can be made after each program operation or after a sequence.  
2. If an error is found, the Status Register must be cleared before further Program/Erase Controller operations.  
3. Any address within the bank can equally be used.  
4. To read the memory in Asynchronous mode, the CR15 Configuration Register bit must be written to 1.  
Figure 37: Program Flowchart and Pseudocode  
DS617 (v3.0.1) January 07, 2010  
www.xilinx.com  
Product Specification  
69  
 复制成功!