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

关键词

搜索

型号

搜索

NM24C02LM8

产品描述256 X 8 I2C/2-WIRE SERIAL EEPROM, PDIP8
产品类别存储    存储   
文件大小106KB,共14页
制造商Fairchild
官网地址http://www.fairchildsemi.com/
下载文档 详细参数 全文预览

NM24C02LM8概述

256 X 8 I2C/2-WIRE SERIAL EEPROM, PDIP8

256 × 8 I2C/2-线 串行 电可擦除只读存储器, PDIP8

NM24C02LM8规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
厂商名称Fairchild
零件包装代码SOIC
包装说明SOP, SOP8,.25
针数8
Reach Compliance Codeunknow
ECCN代码EAR99
其他特性16 BYTE PAGE WRITE; DATA RETENTION > 40 YEARS
最大时钟频率 (fCLK)0.1 MHz
数据保留时间-最小值40
耐久性1000000 Write/Erase Cycles
I2C控制字节1010DDDR
JESD-30 代码R-PDSO-G8
JESD-609代码e0
长度4.9 mm
内存密度2048 bi
内存集成电路类型EEPROM
内存宽度8
功能数量1
端子数量8
字数256 words
字数代码256
工作模式SYNCHRONOUS
最高工作温度70 °C
最低工作温度
组织256X8
封装主体材料PLASTIC/EPOXY
封装代码SOP
封装等效代码SOP8,.25
封装形状RECTANGULAR
封装形式SMALL OUTLINE
并行/串行SERIAL
峰值回流温度(摄氏度)NOT SPECIFIED
电源3/5 V
认证状态Not Qualified
座面最大高度1.75 mm
串行总线类型I2C
最大待机电流0.00001 A
最大压摆率0.001 mA
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)2.7 V
标称供电电压 (Vsup)3.3 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子面层Tin/Lead (Sn/Pb)
端子形式GULL WING
端子节距1.27 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度3.9 mm
最长写入周期时间 (tWC)15 ms

文档预览

下载PDF文档
NM24C02/03 – 2K-Bit Standard 2-Wire Bus Interface Serial EEPROM
February 2000
NM24C02/03 – 2K-Bit Standard 2-Wire Bus
Interface Serial EEPROM
General Description
The NM24C02/03 devices are 2048 bits of CMOS non-volatile
electrically erasable memory. These devices conform to all speci-
fications in the Standard IIC 2-wire protocol and are designed to
minimize device pin count, and simplify PC board layout require-
ments.
The upper half (upper 1Kbit) of the memory of the NM24C03 can be
write protected by connecting the WP pin to V
CC
. This section of
memory then becomes unalterable unless WP is switched to V
SS
.
This communications protocol uses CLOCK (SCL) and DATA
I/O (SDA) lines to synchronously clock data between the master
(for example a microprocessor) and the slave EEPROM device(s).
The Standard IIC protocol allows for a maximum of 16K of
EEPROM memory which is supported by the Fairchild family in
2K, 4K, 8K, and 16K devices, allowing the user to configure the
memory as the application requires with any combination of
EEPROMs. In order to implement higher EEPROM memory
densities on the IIC bus, the Extended IIC protocol must be used.
(Refer to the NM24C32 or NM24C65 datasheets for more infor-
mation.)
Fairchild EEPROMs are designed and tested for applications requir-
ing high endurance, high reliability and low power consumption.
Features
I
Extended operating voltage 2.7V – 5.5V
I
400 KHz clock frequency (F) at 2.7V - 5.5V
I
200µA active current typical
10µA standby current typical
1µA standby current typical (L)
0.1µA standby current typical (LZ)
I
IIC compatible interface
– Provides bi-directional data transfer protocol
I
Schmitt trigger inputs
I
Sixteen byte page write mode
– Minimizes total write time per byte
I
Self timed write cycle
Typical write cycle time of 6ms
I
Hardware Write Protect for upper half (NM24C03 only)
I
Endurance: 1,000,000 data changes
I
Data retention greater than 40 years
I
Packages available: 8-pin DIP, 8-pin SO, and 8-pin TSSOP
I
Available in three temperature ranges
- Commercial: 0° to +70°C
- Extended (E): -40° to +85C
- Automotive (V): -40° to +125°C
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
A0
WORD
ADDRESS
COUNTER
R/W
YDEC
CK
DIN
DATA REGISTER
DOUT
DS500069-1
© 1998 Fairchild Semiconductor Corporation
NM24C02/03 Rev. G
1
www.fairchildsemi.com
s3c2440电源管理主要问题及其解决方法 -- 转
最近由于项目需要,得做2440上的电源管理,之前没有做过,所以出现了不少问题,现将过程中出现的主要问题及其解决方法列出如下: 1、系统睡眠与唤醒,拿到普通的代码,出现的问题经常是进入睡眠 ......
sblpp ARM技术
ISP编程问题
我做at89s51系列单片机的在系统编程, 不知道怎么弄的一个字节也编不进去 谁能告诉我可能是哪儿出了问题了,编程时序是按datesheet上的规范来的: 先RST=1; 再就是发编程使能指令, 再发器件 ......
qiusj 嵌入式系统
第2章 UNIX标准化及实现
第2章 UNIX标准化及实现...
謃塰 Linux开发
一个PWM波占空比在0.1%~100%自动变化的程序出错了!!
想用123G LaunchPad做一个呼吸灯,找到了一个PWM波占空比在0.1%~100%循环调节的程序(社区里下的)。但是调试运行后,占空比没有变化。我连接的是PB6管脚,测出频率为27kHz,占空比为50%。希望 ......
深蓝漓落 微控制器 MCU
FPGA中简单的使能问题奇怪现象,有图,请指教
如图,想让一个使能控制,使能时计数,未使能时不计数,程序和在线如图,但在线图却与我想象的不一样,使能时时序中看是对使能的降沿进行了计数,为什么呢?程序到底错在哪里? 还有,我并不是 ......
littlestone08 FPGA/CPLD
P89V51RD2晶振
我用P89V51RD2开发一产品,因为38400的波特率,选了22.1184MHZ的晶振,设SMOD=1,TH1=253,通讯正常, 因为后面用三片74HC595级连输出20位,控制后面设备,现感觉速度慢,想提高晶振,但因为38400的波特 ......
suparchor 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 203  879  228  47  1212  23  4  51  46  38 

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