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

关键词

搜索

型号

搜索

NM24C05ULVN

产品描述EEPROM, 512X8, Serial, CMOS, PDIP8, PLASTIC, DIP-8
产品类别存储    存储   
文件大小88KB,共13页
制造商Fairchild
官网地址http://www.fairchildsemi.com/
下载文档 详细参数 全文预览

NM24C05ULVN概述

EEPROM, 512X8, Serial, CMOS, PDIP8, PLASTIC, DIP-8

NM24C05ULVN规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
零件包装代码DIP
包装说明DIP, DIP8,.3
针数8
Reach Compliance Codeunknown
ECCN代码EAR99
其他特性DATA RETENTION > 40 YEARS; WRITE PROTECT
最大时钟频率 (fCLK)0.1 MHz
数据保留时间-最小值40
耐久性1000000 Write/Erase Cycles
I2C控制字节1010DDMR
JESD-30 代码R-PDIP-T8
JESD-609代码e0
长度9.817 mm
内存密度4096 bit
内存集成电路类型EEPROM
内存宽度8
功能数量1
端子数量8
字数512 words
字数代码512
工作模式SYNCHRONOUS
最高工作温度125 °C
最低工作温度-40 °C
组织512X8
封装主体材料PLASTIC/EPOXY
封装代码DIP
封装等效代码DIP8,.3
封装形状RECTANGULAR
封装形式IN-LINE
并行/串行SERIAL
峰值回流温度(摄氏度)NOT SPECIFIED
电源3/5 V
认证状态Not Qualified
座面最大高度5.08 mm
串行总线类型I2C
最大待机电流0.00001 A
最大压摆率0.001 mA
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)2.7 V
表面贴装NO
技术CMOS
温度等级AUTOMOTIVE
端子面层Tin/Lead (Sn/Pb)
端子形式THROUGH-HOLE
端子节距2.54 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度7.62 mm
最长写入周期时间 (tWC)15 ms
写保护HARDWARE
Base Number Matches1

文档预览

下载PDF文档
NM24C04U/NM24C05U – 4K-Bit Serial EEPROM 2-Wire Bus Interface
August 1999
NM24C04U/NM24C05U
4K-Bit Serial EEPROM
2-Wire Bus Interface
General Description
The NM24C04U/05U devices are 4K (4,096) bit serial interface
CMOS EEPROMs (Electrically Erasable Programmable Read-
Only Memory). These devices fully conform to the
Standard
I
2
C™
2-wire protocol which uses Clock (SCL) and Data I/O (SDA) pins
to synchronously clock data between the "master" (for example a
microprocessor) and the "slave" (the EEPROM device). In addi-
tion, the serial interface allows a minimal pin count packaging
designed to simplify PC board layout requirements and offers the
designer a variety of low voltage and low power options.
NM24C05U incorporates a hardware "Write Protect" feature, by
which, the upper half of the memory can be disabled against
programming by connecting the WP pin to V
CC
. This section of
memory then effectively becomes a ROM (Read-Only Memory)
and can no longer be programmed as long as WP pin is connected
to V
CC
.
Fairchild EEPROMs are designed and tested for applications requir-
ing high endurance, high reliability and low power consumption for a
continuously reliable non-volatile solution for all markets.
Functions
I
I
2
C™ compatible interface
I
4,096 bits organized as 512 x 8
I
Extended 2.7V – 5.5V operating voltage
I
100 KHz or 400 KHz operation
I
Self timed programming cycle (6ms typical)
I
"Programming complete" indicated by ACK polling
I
NM24C05U: Memory "Upper Block" Write Protect pin
Features
I
The I
2
C™ interface allows the smallest I/O pincount of any
EEPROM interface
I
16 byte page write mode to minimize total write time per byte
I
Typical 200µA active current (I
CCA
)
I
Typical 1µA standby current (I
SB
) for "L" devices and 0.1µA
standby current for "LZ" devices
I
Endurance: Up to 1,000,000 data changes
I
Data retention greater than 40 years
Block Diagram
VCC
VSS
WP
H.V. GENERATION
TIMING &CONTROL
START
STOP
LOGIC
CONTROL
LOGIC
SLAVE ADDRESS
REGISTER &
COMPARATOR
E2PROM
ARRAY
SDA
SCL
XDEC
A2
A1
WORD
ADDRESS
COUNTER
R/W
YDEC
CK
DIN
DATA REGISTER
DOUT
I
2
C™ is a registered trademark of Philips Electronics N.V.
DS800008-1
© 1999 Fairchild Semiconductor Corporation
NM24C04U/NM24C05U Rev. C.1
1
www.fairchildsemi.com
【R7F0C809】瑞萨开发板靓照
出差回来。今天才拿到开发板,按老规矩,先晒晒靓照。 212003 开发板主板。 212004 瑞萨的仿真器及资料光盘。 这次应该是瑞萨在EEWORLD举办的第三次开发活动了。到现在 ......
ltbytyn 瑞萨MCU/MPU
linux TCP服务器连接时发不出数据,断开瞬间发送全部数据
本帖最后由 lzwml 于 2016-1-14 22:20 编辑 服务器和两个客户端连接,采用epoll非阻塞方式,客户端分别发送心跳包(6s一次),服务器发送心跳回应,接收在一个线程,人为操作服务器,每隔1S ......
lzwml Linux开发
做好医疗电子设备的电子元器件的维修
从上世纪八十年代以来,医疗行业引进了许多先进的大型电子仪器及设备, 大到0)、核磁等,小到各种彩超、监护仪等。 随着它们的所有年限增加,陆续地从保修期进入了维修期,也有一些的设备已经 ......
冰人 医疗电子
STM32 库函数FLASH_Erase函数的使用
假如调用FLASH_Erase的函数的参数是一个不是2KB倍数的地址,那么它会擦除成功么?具体会怎么操作?e.g.对于STM32107芯片,调用FLASH_Erase(0x0800 0400)会发生什么事情?...
月痕 stm32/stm8
GPRS频繁掉线call ready(请大侠指教)
GPRS链接上服务器后,接收数据几秒或几分钟就call ready重启了,我观察了一下出现call ready的时间间隔,没规律,随机,说明服务器没问题,用万用表测电源也没感到有问题(偶看到以前几位仁兄的 ......
krg_07 嵌入式系统
取字模软件
取字模软件自己买开发板时送的取字摸软件 很好用 要的快下啊...
ysq123001 单片机

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1155  299  816  1563  1142  50  5  54  30  44 

器件索引   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