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

关键词

搜索

型号

搜索

25LC080T/SN

产品描述电可擦除可编程只读存储器 1kx8 - 2.5V
产品类别存储    存储   
文件大小190KB,共23页
制造商Microchip(微芯科技)
官网地址https://www.microchip.com
标准
下载文档 详细参数 全文预览

25LC080T/SN概述

电可擦除可编程只读存储器 1kx8 - 2.5V

25LC080T/SN规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
零件包装代码SOIC
包装说明SOP, SOP8,.25
针数8
Reach Compliance Codecompliant
ECCN代码EAR99
Factory Lead Time8 weeks
其他特性DATA RETENTION > 200 YEARS; 4KV ESD PROTECTION; 1M ENDURANCE CYCLES
最大时钟频率 (fCLK)2 MHz
数据保留时间-最小值200
耐久性10000000 Write/Erase Cycles
JESD-30 代码R-PDSO-G8
JESD-609代码e3
内存密度8192 bit
内存集成电路类型EEPROM
内存宽度8
湿度敏感等级3
功能数量1
端子数量8
字数1024 words
字数代码1000
工作模式SYNCHRONOUS
最高工作温度70 °C
最低工作温度
组织1KX8
封装主体材料PLASTIC/EPOXY
封装代码SOP
封装等效代码SOP8,.25
封装形状RECTANGULAR
封装形式SMALL OUTLINE
并行/串行SERIAL
峰值回流温度(摄氏度)260
电源3/5 V
认证状态Not Qualified
串行总线类型SPI
最大待机电流0.000001 A
最大压摆率0.005 mA
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)2.5 V
标称供电电压 (Vsup)3.3 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子面层Matte Tin (Sn)
端子形式GULL WING
端子节距1.27 mm
端子位置DUAL
处于峰值回流温度下的最长时间40
最长写入周期时间 (tWC)5 ms
写保护HARDWARE/SOFTWARE
Base Number Matches1

文档预览

下载PDF文档
Not recommended for new designs –
Please use 25AA080A/B or 25LC080A/B.
25AA080/25LC080/25C080
8K SPI
Bus Serial EEPROM
Device Selection Table
Part
Number
25AA080
25LC080
25C080
V
CC
Range
1.8-5.5V
2.5-5.5V
4.5-5.5V
Max. Clock
Frequency
1 MHz
2 MHz
3 MHz
Temp.
Ranges
I
I
I,E
Description:
The Microchip Technology Inc. 25AA080/25LC080/
25C080 (25XX080
*
) are 8 Kbit Serial Electrically
Erasable PROMs. The memory is accessed via a
simple Serial Peripheral Interface™ (SPI™) compati-
ble serial bus. The bus signals required are a clock
input (SCK) plus separate data in (SI) and data out
(SO) lines. Access to the device is controlled through a
Chip Select (CS) input.
Communication to the device can be paused via the
hold pin (HOLD). While the device is paused, transi-
tions on its inputs will be ignored, with the exception of
chip select, allowing the host to service higher priority
interrupts.
Features:
• Low-power CMOS technology:
- Write current: 3 mA maximum
- Read current: 500
µA
typical
- Standby current: 500 nA typical
• 1024 x 8-bit organization
• 16 byte page
• Write cycle time: 5 ms max.
• Self-timed erase and write cycles
• Block write protection:
- Protect none, 1/4, 1/2 or all of array
• Built-in write protection:
- Power-on/off data protection circuitry
- Write enable latch
- Write-protect pin
• Sequential read
• High reliability:
- Endurance: 1 M cycles
- Data retention: > 200 years
- ESD protection: > 4000V
• 8-pin PDIP and SOIC (150 mil)
• Temperature ranges supported:
- Industrial (I):
-40°C to +85°C
- Automotive (E) (25C080):
-40°C to +125°C
Package Types
PDIP/SOIC
CS
SO
WP
V
SS
1
25AA080/
2
3
4
8
7
6
5
V
CC
HOLD
SCK
SI
Block Diagram
Status
Register
HV Generator
I/O Control
Logic
Memory
Control
Logic
X
Dec
EEPROM
Array
Page Latches
SI
SO
CS
SCK
HOLD
WP
*25XX080 is used in this document as a generic part number for the
25AA080/25LC080/25C080 devices.
SPI™ is a trademark of Motorola Inc.
Y Decoder
Sense Amp.
R/W Control
V
CC
V
SS
2004 Microchip Technology Inc.
DS21230D-page 1
单片机视频教程【10】LCD1602液晶
http://player.youku.com/player.php/sid/30391850/v.swf...
柳飘飘 单片机
关于stm32 I2C的问题
用的是stm32的I2C硬件,这是我的配置过程,有些是从网上抄的,但是调不通啊,请大家看看那里有毛病,假如我操作的是24c02 I2C_InitStructure.I2C_OwnAddress1 应该配置成什么啊; 这个地址应该 ......
dong130300 stm32/stm8
双激式变压器开关电源(part1) 开关电源原理与设计(连载26)
1-8.双激式变压器开关电源 所谓双激式变压器开关电源,就是指在一个工作周期之内,变压器的初级线圈分别被直流电压正、反激励两次。与单激式变压器开关电源不同,双激式变压器开关电源一般在 ......
noyisi112 电源技术
高速PCB设计技术(中文)
高速PCB设计技术(中文)78988...
wenze2010 PCB设计
STM32F207
本公司有正宗原厂订货(Mouser)stm32f207vet6 1000pcs 价格优惠,微信1875387499 ...
chlegay stm32/stm8
tc下使用borland图形接口出现 BGI Error:Graphics not initialized(use 'initgraph')
用borland C++做一个工控机上的dos程序, 代码里有:initgraph(&drv,&mode,""); 这句话, 并且我的源文件目录下有EGAVGA.BGI这个文件, 编译通过, 当Run的时候就出现BGI Error:Graphics not init ......
fang314159 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1354  1698  1926  503  1058  15  46  12  33  6 

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