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

关键词

搜索

型号

搜索

FM25C020UVN

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

FM25C020UVN概述

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

FM25C020UVN规格参数

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

文档预览

下载PDF文档
FM25C020U 2K-Bit SPI Interface Serial CMOS EEPROM
February 2002
FM25C020U
2K-Bit SPI™ Interface
Serial CMOS EEPROM
General Description
The FM25C020U is a 2K (2,048) bit serial interface CMOS
EEPROM (Electrically Erasable Programmable Read-Only
Memory). This device fully conforms to the SPI 4-wire protocol
which uses Chip Select (/CS), Clock (SCK), Data-in (SI) and Data-
out (SO) pins to synchronously control data transfer between the
SPI microcontroller and the EEPROM. In addition, 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.
This SPI EEPROM family is designed to work with the 68HC11 or
any other SPI-compatible, high-speed microcontroller and offers
both hardware (/WP pin) and software ("block write") data protec-
tion. For example, entering a 2-bit code into the STATUS REGIS-
TER prevents programming in a selected block of memory and all
programming can be inhibited by connecting the /WP pin to V
SS
;
allowing the user to protect the entire array or a selected section.
In addition, SPI devices feature a /HOLD pin, which allows a
temporary interruption of the datastream into the EEPROM.
Fairchild EEPROMs are designed and tested for applications
requiring high endurance, high reliability, and low power con-
sumption for a continuously reliable non-volatile solution for all
markets.
Functions
I
SPI MODE 0 interface
I
2,048 bits organized as 256 x 8
I
Extended 2.7V to 5.5V operating voltage
I
2.1 MHz operation @ 4.5V - 5.5V
I
Self-timed programming cycle
I
"Programming complete" indicated by STATUS REGISTER
polling
I
/WP pin and BLOCK WRITE protection
Features
I
Sequential read of entire array
I
4 byte "Page write" mode to minimize total write time per
byte
I
/WP pin and BLOCK WRITE protection to prevent inadvert-
ent programming as well as programming ENABLE and
DISABLE opcodes.
I
/HOLD pin to suspend data transfer
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
/CS
/HOLD
SCK
SI
Instruction
Register
Instruction
Decoder
Control Logic
and Clock
Generators
V
CC
V
SS
/WP
Address
Counter/
Register
Program
Enable
V
PP
High Voltage
Generator
and
Program
Timer
Decoder
EEPROM Array
Read/Write Amps
Data In/Out Register
8 Bits
Data Out
Buffer
SO
Non-Volatile
Status Register
SPI™ is a trademark of Motorola Corporation
© 2002 Fairchild Semiconductor Corporation
FM25C020U Rev. B
1
www.fairchildsemi.com
使用MSP430™MCU智能模拟组合设计电流环路
温度,压力,流量,pH值–这些是在过程控制和工厂自动化应用中通常监视的一些变量。气动系统最初控制和监视这些变量,直到1950年代,当时电子产品变得更加便宜且足够坚固,可以实施。电子 ......
fish001 微控制器 MCU
无电解电容电感的高效简化AC LED驱动方案
LED灯具的损坏,超过一半以上是由LED电源造成。随着LED灯具对传统照明灯具的不断替代,消费者除了要求价格不断降低外,对LED灯具的寿命、可靠性的要求也不断提高。开关电源作为LED驱动电源,其 ......
GONGHCU 电源技术
ARM Cortex-M3权威指南
ARM Cortex-M3权威指南 《ARM Cortex-M3权威指南》重点介绍了新的ARM架构、指令集的总结、硬件特性以及调试系统的概览。 《ARM Cortex-M3权威指南》还提供了一些程序示例,并且在 ......
tiankai001 下载中心专版
51解码红外遥控键值后,如何利用键值,求随便给个源码
if(IrValue==0x45) P2=0xf0; else P2=0x00; 数组里是键值 我想这样简单的控制 却不是想象中的结果。。。实在搞不明白...
飘扬过海 51单片机
盘点我的2010
最近换了份工作,不能上网,可怜啊。不过也留给我更多的时间去思考,顺便盘点一下我的2010,排名不分先后,哈哈 1. 养了个大胖小子,越发可爱了,越看越喜欢,哈哈 2. 买了第二套房,完全 ......
chenzhufly 聊聊、笑笑、闹闹
联发科PK晨星,谁将是台股股王
本帖最后由 jameswangsynnex 于 2015-3-3 20:00 编辑 联发科作为台股股王,是全球前五大IC设计公司,而作为新兴的台湾未上市公司的股王晨星的实力也不容小看,笔者现将两大公司进行一个简 ......
天天谈芯 消费电子

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1051  602  2241  611  1130  49  28  23  31  53 

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