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

关键词

搜索

型号

搜索

NM24W16UFLVM8

产品描述16K-Bit Serial EEPROM 2-Wire Bus Interface
产品类别存储    存储   
文件大小98KB,共13页
制造商Fairchild
官网地址http://www.fairchildsemi.com/
下载文档 详细参数 全文预览

NM24W16UFLVM8概述

16K-Bit Serial EEPROM 2-Wire Bus Interface

NM24W16UFLVM8规格参数

参数名称属性值
厂商名称Fairchild
零件包装代码SOIC
包装说明SOP,
针数8
Reach Compliance Codeunknow
ECCN代码EAR99
最大时钟频率 (fCLK)0.4 MHz
JESD-30 代码R-PDSO-G8
长度4.9 mm
内存密度16384 bi
内存集成电路类型EEPROM
内存宽度8
功能数量1
端子数量8
字数2048 words
字数代码2000
工作模式SYNCHRONOUS
最高工作温度125 °C
最低工作温度-40 °C
组织2KX8
封装主体材料PLASTIC/EPOXY
封装代码SOP
封装形状RECTANGULAR
封装形式SMALL OUTLINE
并行/串行SERIAL
认证状态Not Qualified
座面最大高度1.75 mm
串行总线类型I2C
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)2.7 V
表面贴装YES
技术CMOS
温度等级AUTOMOTIVE
端子形式GULL WING
端子节距1.27 mm
端子位置DUAL
宽度3.9 mm
最长写入周期时间 (tWC)15 ms

文档预览

下载PDF文档
NM24C16U/NM24C17U – 16K-Bit Serial EEPROM 2-Wire Bus Interface
August 1999
NM24C16U/NM24C17U
16K-Bit Serial EEPROM
2-Wire Bus Interface
General Description
The NM24C16U/17U devices are 16K (16,384) 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.
NM24C17U 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
NM24C17U: 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
WORD
ADDRESS
COUNTER
R/W
YDEC
CK
DIN
DATA REGISTER
DOUT
DS800010-1
I
2
C™ is a registered trademark of Philips Electronics N.V.
© 1999 Fairchild Semiconductor Corporation
NM24C16U/17U Rev. B.1
1
www.fairchildsemi.com
如何解决无线视频监控的三大难题?
在做视频监控工程时,总会有一些布线比较困难或者无法布线的应用环境,此时,无线视频监控就显得格外重要,甚至于有线无法代替。从无线网络组网的方面来说,所部署的监控点需要根据具体需要来分 ......
vfd8888 工业自动化与控制
我的采样电路噪声波动时大时小,不明白其中缘由,请高人解惑
本帖最后由 天涯海角sr 于 2017-5-1 21:51 编辑 首先说下我的电路,是用来测量 直流耐压表 的输出电压,经电阻 1000:1 分压后,由AD8479放大器(增益为1)接收模拟信号,并传递给12位AD芯片 ......
天涯海角sr 模拟电子
IRFP460栅极加多高电压能使D和S级导通。
前辈们,请问IRFP460场效应管的栅极加多高电压能使D和S级导通。求助!!!...
zz黑猫zz 模拟电子
【FPGA代码】非阻塞赋值与阻塞赋值
非阻塞赋值module non_block(c,b,a,clk);output c,b;input clk,a;reg c,b;always @(posedge clk)beginb<=a;c<=b;endendmodule阻塞赋值module block(c,b,a,clk);output c,b;input clk,a;reg ......
eeleader FPGA/CPLD
wince下滚动播放文字广告视频广告就不能播放!
情况如下:Wince4.2下做了一个窗体,在不同的子控件下实现不同的功能,已在一控件上实现播放视频广告。现在在另子控件上实现滚动文字广告,播放文字广告是重新开启了一个子线程,这个播放 ......
Prenow 嵌入式系统
ATMEGA16中的DS18B20初始化程序
void Fn_Init_DS18B20() { uchar i; uint j; PORTD=PORTD|BIT(6); //拉高总线电平 PORTD=PORTD&(~BIT(6));//置总线为低电平 for(i=0;i...
chenmo 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1942  657  592  954  1797  50  35  14  26  11 

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