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

关键词

搜索

型号

搜索

71V25761YSA183BG

产品描述Cache SRAM, 128KX36, 3.3ns, CMOS, PBGA119, BGA-119
产品类别存储    存储   
文件大小628KB,共22页
制造商IDT (Integrated Device Technology)
下载文档 详细参数 全文预览

71V25761YSA183BG概述

Cache SRAM, 128KX36, 3.3ns, CMOS, PBGA119, BGA-119

71V25761YSA183BG规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称IDT (Integrated Device Technology)
零件包装代码BGA
包装说明BGA-119
针数119
Reach Compliance Codenot_compliant
ECCN代码3A991.B.2.A
最长访问时间3.3 ns
其他特性PIPELINED ARCHITECTURE
最大时钟频率 (fCLK)183 MHz
I/O 类型COMMON
JESD-30 代码R-PBGA-B119
JESD-609代码e0
长度22 mm
内存密度4718592 bit
内存集成电路类型CACHE SRAM
内存宽度36
湿度敏感等级3
功能数量1
端子数量119
字数131072 words
字数代码128000
工作模式SYNCHRONOUS
最高工作温度70 °C
最低工作温度
组织128KX36
输出特性3-STATE
封装主体材料PLASTIC/EPOXY
封装代码BGA
封装等效代码BGA119,7X17,50
封装形状RECTANGULAR
封装形式GRID ARRAY
并行/串行PARALLEL
峰值回流温度(摄氏度)NOT SPECIFIED
电源2.5,3.3 V
认证状态Not Qualified
座面最大高度2.36 mm
最大待机电流0.03 A
最小待机电流3.14 V
最大压摆率0.34 mA
最大供电电压 (Vsup)3.465 V
最小供电电压 (Vsup)3.135 V
标称供电电压 (Vsup)3.3 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子面层Tin/Lead (Sn63Pb37)
端子形式BALL
端子节距1.27 mm
端子位置BOTTOM
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度14 mm
Base Number Matches1

文档预览

下载PDF文档
128K X 36, 256K X 18
3.3V Synchronous SRAMs
2.5V I/O, Pipelined Outputs,
Burst Counter, Single Cycle Deselect
IDT71V25761S
IDT71V25781S
IDT71V25761SA
IDT71V25781SA
Features
128K x 36, 256K x 18 memory configurations
Supports high system speed:
Commercial:
– 200MHz 3.1ns clock access time
Commercial and Industrial:
– 183MHz 3.3ns clock access time
– 166MHz 3.5ns clock access time
LBO
input selects interleaved or linear burst mode
Self-timed write cycle with global write control (GW), byte write
enable (BWE), and byte writes (BWx)
3.3V core power supply
Power down controlled by ZZ input
2.5V I/O
Optional - Boundary Scan JTAG Interface (IEEE 1149.1
Compliant)
Packaged in a JEDEC Standard 100-pin plastic thin quad
flatpack (TQFP), 119 ball grid array (BGA) and 165 fine pitch ball
grid array
Description
The IDT71V25761/781 are high-speed SRAMs organized as 128K
x 36/256K x 18. The IDT71V25761/781 SRAMs contain write, data,
address and control registers. Internal logic allows the SRAM to generate
a self-timed write based upon a decision which can be left until the end of
the write cycle.
The burst mode feature offers the highest level of performance to the
system designer, as the IDT71V25761/718 can provide four cycles of data
for a single address presented to the SRAM. An internal burst address
counter accepts the first cycle address from the processor, initiating the
access sequence. The first cycle of output data will be pipelined for one
cycle before it is available on the next rising clock edge. If burst mode
operation is selected (ADV=LOW), the subsequent three cycles of output
data will be available to the user on the next three rising clock edges. The
order of these three addresses are defined by the internal burst counter
and the
LBO
input pin.
The IDT71V25761/781 SRAMs utilize IDT’s latest high-performance
CMOS process and are packaged in a JEDEC standard 14mm x 20mm
100-pin thin plastic quad flatpack (TQFP) as well as a 119 ball grid array
(BGA) and 165 fine pitch ball grid array (fBGA).
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Output
Input
Input
I/O
Supply
Supply
Synchronous
Synchronous
Synchronous
Asynchronous
Synchronous
Synchronous
Synchronous
N/A
Synchronous
Synchronous
Synchronous
DC
Synchronous
Synchronous
N/A
Synchronous
Asynchronous
Asynchronous
Synchronous
N/A
N/A
5297 tbl 01
Pin Description Summary
A
0
-A
17
CE
CS
0
,
CS
1
OE
GW
BWE
BW
1
,
BW
2
,
BW
3
,
BW
4
(1)
CLK
ADV
ADSC
ADSP
LBO
TMS
TDI
TCK
TDO
TRST
ZZ
I/O
0
-I/O
31
, I/O
P1
-I/O
P4
V
DD
, V
DDQ
V
SS
Address Inputs
Chip Enable
Chip Selects
Output Enable
Global Write Enable
Byte Write Enable
Individual Byte Write Selects
Clock
Burst Address Advance
Address Status (Cache Controller)
Address Status (Processor)
Linear / Interleaved Burst Order
Test Mode Select
Test Data Input
Test Clock
Test Data Output
JTAG Reset (Optional)
Sleep Mode
Data Input / Output
Core Power, I/O Power
Ground
NOTE:
1.
BW
3
and
BW
4
are not applicable for the IDT71V25781.
1
©2000 Integrated Device Technology, Inc.
MARCH
2009
DSC-5297/03
自动往返小车(2001年电子大赛)
2001年自动往返小车是个比较简单的系统,程序完成所有要求欢迎下载。(用的是stm32f1) ...
曄空 stm32/stm8
DSP28335中RAM空间不够的解决方法
因为DSP中RAM主要是用来存储数据,但是当使用FFT算法,小波算法等时会遇见数据量太大,内部RAM空间根本不够,这个问题的解决方法有两种:1、如果数据时const类型,可以定义在flash里面;2、外 ......
fish001 DSP 与 ARM 处理器
急:请问TLP627次级是否可以接24V直流呢,输入端TTL电平是否可以驱动
如题,因为需要控制24V直流考虑TLP627,负载大概1-5K,不知道是否可以实现 输入端想用TTL控制,电阻1.1K,不知道有没有大了 多谢啦...
xy2002 嵌入式系统
求救:vxWorks启动盘的制作
各位大侠帮帮忙啊! 我把启动盘插入后,显示器上显示:v1.6+++++++++++++++。几行加号以后就停在那里不动了。 我的目标机处理器是p3的,网卡类型是Intel 8255x ethernet interface. ......
藤堂香澄 实时操作系统RTOS
【LSM6DSOX的FSM有限状态机理解】--状态机指令介绍,附【中文版指令集】
本帖最后由 justd0 于 2020-4-23 00:06 编辑 在LSM6DSOX开箱与体验“Port not open & not supported ”问题解决中分享了初次尝试使用LSM6DSOX传感器的过程和其中遇到的问题解决 ......
justd0 ST MEMS传感器创意设计大赛专区
晒设计方案+DIY扩展板,WAV播放。
145001 (注:相机不太好,而且是黑天拍摄,效果很差勿喷:congratulate:) 其实这个扩展板上并无实质性东西,主要扩展是micro SD卡座,W25Q32(FLASH,可存个字库啥的{:1_113:}),富士通2K FRA ......
lcofjp stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2342  1235  864  2706  1509  59  25  57  36  20 

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