电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

HY29DL162BF-90I

产品描述16 Megabit (2M x 8/1M x16) Low Voltage, Dual Bank, Simultaneous Read/Write Flash Memory
产品类别存储    存储   
文件大小556KB,共48页
制造商SK Hynix(海力士)
官网地址http://www.hynix.com/eng/
下载文档 详细参数 全文预览

HY29DL162BF-90I概述

16 Megabit (2M x 8/1M x16) Low Voltage, Dual Bank, Simultaneous Read/Write Flash Memory

HY29DL162BF-90I规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称SK Hynix(海力士)
零件包装代码BGA
包装说明8 X 9 MM, FBGA-48
针数48
Reach Compliance Codecompli
ECCN代码EAR99
最长访问时间90 ns
备用内存宽度8
启动块BOTTOM
命令用户界面YES
通用闪存接口YES
数据轮询YES
JESD-30 代码R-PBGA-B48
JESD-609代码e0
长度9 mm
内存密度16777216 bi
内存集成电路类型FLASH
内存宽度16
功能数量1
部门数/规模8,31
端子数量48
字数1048576 words
字数代码1000000
工作模式ASYNCHRONOUS
最高工作温度85 °C
最低工作温度-40 °C
组织1MX16
封装主体材料PLASTIC/EPOXY
封装代码TFBGA
封装等效代码BGA48,6X8,32
封装形状RECTANGULAR
封装形式GRID ARRAY, THIN PROFILE, FINE PITCH
并行/串行PARALLEL
峰值回流温度(摄氏度)NOT SPECIFIED
电源3/3.3 V
编程电压3 V
认证状态Not Qualified
就绪/忙碌YES
座面最大高度1.2 mm
部门规模8K,64K
最大待机电流0.000005 A
最大压摆率0.045 mA
最大供电电压 (Vsup)3.6 V
最小供电电压 (Vsup)2.7 V
标称供电电压 (Vsup)3 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子面层Tin/Lead (Sn/Pb)
端子形式BALL
端子节距0.8 mm
端子位置BOTTOM
处于峰值回流温度下的最长时间NOT SPECIFIED
切换位YES
类型NOR TYPE
宽度8 mm

文档预览

下载PDF文档
HY29DL162/HY29DL163
16 Megabit (2M x 8/1M x16) Low Voltage,
Dual Bank, Simultaneous Read/Write Flash Memory
KEY FEATURES
n
Single Power Supply Operation
n
n
n
n
n
n
n
n
n
n
n
Read, program, and erase operations
from 2.7 to 3.6 V
Ideal for battery-powered applications
Simultaneous Read/Write Operations
Host system can program or erase in one
bank while simultaneously reading from any
sector in the other bank with zero latency
between read and write operations
High Performance
70 and 80 ns access time versions with
30pF load
90 and 120 ns access time versions with
100pF load
Ultra Low Power Consumption (Typical
Values)
Automatic sleep mode current: 200 nA
Standby mode current: 200 nA
Read current: 10 mA (at 5 MHz)
Program/erase current: 15 mA
Boot-Block Sector Architecture with 39
Sectors in Two Banks for Fast In-System
Code Changes
Secured Sector: An Extra 64 Kbyte Sector
that Can Be:
Factory locked and identifiable: 16 bytes
available for a secure, random factory-
programmed Electronic Serial Number
Customer lockable: Can be read, program-
med, or erased just like other sectors
Flexible Sector Architecture
Sector Protection allows locking of a
sector or sectors to prevent program or
erase operations within that sector
Temporary Sector Unprotect allows
changes in locked sectors (requires high
voltage on RESET# pin)
Automatic Erase Algorithm Erases Any
Combination of Sectors or the Entire Chip
Automatic Program Algorithm Writes and
Verifies Data at Specified Addresses
Compliant with Common Flash Memory
Interface (CFI) Specification
Minimum 100,000 Write Cycles per Sector
(1,000,000 cycles Typical)
Compatible with JEDEC Standards
Pinout and software compatible with
single-power supply Flash devices
Superior inadvertent write protection
n
Data# Polling and Toggle Bits
n
n
n
n
n
n
Provide software confirmation of completion
of program or erase operations
Ready/Busy# Pin
Provides hardware confirmation of
completion of program or erase operations
Erase Suspend
Suspends an erase operation to allow
programming data to or reading data from
a sector in the same bank
Erase Resume can then be invoked to
complete the suspended erasure
Hardware Reset Pin (RESET#) Resets the
Device to Reading Array Data
WP#/ACC Input Pin
Write protect (WP#) function allows
hardware protection of two outermost boot
sectors, regardless of sector protect status
Acceleration (ACC) function provides
accelerated program times
Fast Program and Erase Times
Sector erase time: 0.5 sec typical
Byte/Word program time utilizing
Acceleration function: 10 µs typical
Space Efficient Packaging
48-pin TSOP and 48-ball FBGA packages
LOGIC DIAGRAM
20
A[19:0]
DQ[7:0]
7
CE#
OE#
WE#
RESET#
BYTE#
DQ[14:8]
DQ[15]/A[-1]
WP#/ACC
RY/BY#
8
Preliminary
Revision 1.3, June 2001
你是课代表——TI培训最受欢迎课程由你做主 发帖荐课即可参与幸运抽奖!
TI 培训课程新上线“荐课”功能,推荐你看好的TI 培训课程给EE网友,分享优质资源~功能在公测阶段时即获得不少网友的喜爱,反响强烈!很多网友试用(查看详情>>),群众的眼光是 ......
EE大学堂 TI技术论坛
ad10单通道多次dtc测电压(2553)
已验证 可行 #include"msp430g2553.h"#define uint unsigned int#define uchar unsigned charuint c,b;uint i=0;float n,v;uint d1,d2,d3,d4,d5;uchar a1={"12864 "};uchar a2={"液 ......
zhanghua1209 微控制器 MCU
itop4412开发板Qt串口编程-实现串口功能
1.编辑工程文件(后缀为 .pro 的文件)在 QT += core gui 后添加 serialport。 533216 2.自动获取串口 使用 QSerialPortInfo:::availablePorts()获取当前串口,该函数返回容器类 Qlist,用 Q ......
遥寄山川 ARM技术
三轴加速度传感器LIS302DL怎么与上位机连接
最近正在学习三轴加速度传感器LIS302DL,想设计一个人机交互系统。 我已经用KEIL写了程序能在串口上打印出三轴加速度及三个倾斜角度,还有在电脑上用OpenGL画出了三维图形。但是不知道怎么把两 ......
莫比 stm32/stm8
【极海 APM32E103VET6S开发板】评测4、简易示波器
本帖最后由 wenyangzeng 于 2022-9-24 10:47 编辑 【极海 APM32E103VET6S开发板】评测4、简易示波器 本次评测综合整个评测过程的资源,将极海 APM32E103VET6S开发板组成一台简易示 ......
wenyangzeng 国产芯片交流
誰有modbus RTU 通訊程序來一份
我只有modbus ascii的。郵箱hj@taicon.com ...
huangjun30 Microchip MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2268  2899  67  1489  2186  21  7  6  55  59 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved