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

关键词

搜索

型号

搜索

IDT71V3577YS80PFGI8

产品描述Standard SRAM, 128KX36, 8ns, CMOS, PQFP100
产品类别存储    存储   
文件大小233KB,共22页
制造商IDT (Integrated Device Technology)
标准
下载文档 详细参数 全文预览

IDT71V3577YS80PFGI8概述

Standard SRAM, 128KX36, 8ns, CMOS, PQFP100

IDT71V3577YS80PFGI8规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称IDT (Integrated Device Technology)
Reach Compliance Codeunknown
最长访问时间8 ns
最大时钟频率 (fCLK)100 MHz
I/O 类型COMMON
JESD-30 代码R-PQFP-G100
JESD-609代码e3
内存密度4718592 bit
内存集成电路类型STANDARD SRAM
内存宽度36
湿度敏感等级3
端子数量100
字数131072 words
字数代码128000
工作模式SYNCHRONOUS
最高工作温度85 °C
最低工作温度-40 °C
组织128KX36
输出特性3-STATE
封装主体材料PLASTIC/EPOXY
封装代码QFP
封装等效代码QFP100,.63X.87
封装形状RECTANGULAR
封装形式FLATPACK
并行/串行PARALLEL
峰值回流温度(摄氏度)260
电源3.3 V
认证状态Not Qualified
最大待机电流0.035 A
最小待机电流3.14 V
最大压摆率0.21 mA
标称供电电压 (Vsup)3.3 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子面层Matte Tin (Sn) - annealed
端子形式GULL WING
端子节距0.635 mm
端子位置QUAD
处于峰值回流温度下的最长时间30
Base Number Matches1

文档预览

下载PDF文档
128K X 36, 256K X 18
3.3V Synchronous SRAMs
3.3V I/O, Flow-Through Outputs
Burst Counter, Single Cycle Deselect
Features
IDT71V3577YS
IDT71V3579YS
IDT71V3577YSA
IDT71V3579YSA
Description
The IDT71V3577/79 are high-speed SRAMs organized as
128K x 36/256K x 18. The IDT71V3577/79 SRAMs contain write, data,
address and control registers. There are no registers in the data output
path (flow-through architecture). Internal logic allows the SRAM to gen-
erate 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 IDT71V3577/79 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 flow-through from the
array after a clock-to-data access time delay from the rising clock edge of
the same cycle. 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 IDT71V3577/79 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 a 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
128K x 36, 256K x 18 memory configurations
Supports fast access times:
Commercial:
– 6.5ns up to 133MHz clock frequency
– 7.5ns up to 117MHz clock frequency
Commercial and Industrial:
– 8.0ns up to 100MHz clock frequency
– 8.5ns up to 87MHz clock frequency
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
3.3V 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
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 IDT71V3579.
1
©2006 Integrated Device Technology, Inc.
APRIL 2006
DSC-6450/0A
6450tbl 01
看门狗状态溢出能不能进入中断?是什么时序执行的?
设置看门狗,注意,不是看门狗的普通定时器方式,就是看门狗。 如果程序飞了没有按一定时间给看门狗清零,就要引起PUC复位。 那么请问,可不可以给看门狗设置中断(看手册好像可以呀)?如果 ......
wangfuchong 微控制器 MCU
基于hal库的usart无法进入接收回调函数问题
硬件: stm32f103c8t6 一块采用串口通信的GPS模块 开发平台: keil5.20 STM32CubeMx 需要实现的功能: usart1用于打印usart2中接收到的数据 u ......
Tobey ARM技术
关于vwince上的动画演示
现在需要在一个对话框上的右边部分实现演示的功能, 具体是左边有个选择的菜单,选中哪个的时候就显示那个相应的动画,现在不知道这个动画要怎么来做。 有如下大概思路 一是做成视频格式,然 ......
xx_replayer 嵌入式系统
拆解笔记本电源适配器图文讲解
  大家都知道笔记本电脑的电源适配器均为全密封小体积设计,而其消耗的功率一般可达35W~90W,所以内部温度较高,特别是在炎热的夏天,触摸工作中的电源适配器会有烫手的感觉。正因为如此,电 ......
bubu21 以拆会友
关于取得系统时间的问题
使用VS2005开发Wince5.0的应用程序,如何才能取得精确到毫秒的时间呢?...
lshyu5 嵌入式系统
msp时钟设置程序
在430中,一个时钟周期 = MCLK晶振的倒数。如果MCLK是8M,则一个时钟周期为1/8us; 一个机器周期 = 一个时钟周期,即430每个动作都能完成一个基本操作; 一个指令周期 = 1~6个机器周期, ......
fish001 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1543  606  1687  1996  1068  2  21  44  38  27 

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