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

S29GL128P90TFIR10 参数 Datasheet PDF下载

S29GL128P90TFIR10图片预览
型号: S29GL128P90TFIR10
PDF下载: 下载PDF文件 查看货源
内容描述: [High Performance Page Mode]
分类和应用: PC光电二极管内存集成电路闪存
文件页数/大小: 82 页 / 904 K
品牌: INFINEON [ Infineon ]
 浏览型号S29GL128P90TFIR10的Datasheet PDF文件第43页浏览型号S29GL128P90TFIR10的Datasheet PDF文件第44页浏览型号S29GL128P90TFIR10的Datasheet PDF文件第45页浏览型号S29GL128P90TFIR10的Datasheet PDF文件第46页浏览型号S29GL128P90TFIR10的Datasheet PDF文件第48页浏览型号S29GL128P90TFIR10的Datasheet PDF文件第49页浏览型号S29GL128P90TFIR10的Datasheet PDF文件第50页浏览型号S29GL128P90TFIR10的Datasheet PDF文件第51页  
S29GL01GP  
S29GL512P  
S29GL256P  
S29GL128P  
Secured Silicon Sector Program  
(LLD Function = lld_ProgramCmd)  
Cycle  
Operation  
Write  
Byte Address  
Base + AAAh  
Base + 555h  
Base + AAAh  
Word Address  
Word Address  
Base + 555h  
Base + 2AAh  
Base + 555h  
Word Address  
Data  
00AAh  
Unlock Cycle 1  
Unlock Cycle 2  
Program Setup  
Program  
Write  
0055h  
Write  
00A0h  
Write  
Data Word  
Note  
Base = Base Address.  
/* Example: Program Command */  
*( (UINT16 *)base_addr + 0x555 ) = 0x00AA; /* write unlock cycle 1 */  
*( (UINT16 *)base_addr + 0x2AA ) = 0x0055; /* write unlock cycle 2 */  
*( (UINT16 *)base_addr + 0x555 ) = 0x00A0; /* write program setup command */  
*( (UINT16 *)pa ) = data; /* write data to be programmed */  
/* Poll for program completion */  
Secured Silicon Sector Exit  
(LLD Function = lld_SecSiSectorExitCmd)  
Cycle  
Operation  
Write  
Byte Address  
Base + AAAh  
Base + 555h  
Base + AAAh  
Base + XXXh  
Word Address  
Base + 555h  
Base + 2AAh  
Base + 555h  
Base + XXXh  
Data  
00AAh  
0055h  
0090h  
0000h  
Unlock Cycle 1  
Unlock Cycle 2  
Exit Cycle 3  
Exit Cycle 4  
Write  
Write  
Write  
Note  
Base = Base Address.  
/* Example: SecSi Sector Exit Command */  
*( (UINT16 *)base_addr + 0x555 ) = 0x00AA;  
*( (UINT16 *)base_addr + 0x2AA ) = 0x0055;  
*( (UINT16 *)base_addr + 0x555 ) = 0x0090;  
*( (UINT16 *)base_addr + 0x000 ) = 0x0000;  
/* write unlock cycle 1  
/* write unlock cycle 2  
*/  
*/  
/* write SecSi Sector Exit cycle 3 */  
/* write SecSi Sector Exit cycle 4 */  
Document Number: 002-00886 Rev. *B  
Page 47 of 83  
 复制成功!