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

关键词

搜索

型号

搜索

GS82032AT-180

产品描述64K x 32 2M Synchronous Burst SRAM
文件大小523KB,共23页
制造商ETC
下载文档 全文预览

GS82032AT-180概述

64K x 32 2M Synchronous Burst SRAM

文档预览

下载PDF文档
GS82032AT/Q-180/166/133/100
TQFP, QFP
Commercial Temp
Industrial Temp
Features
• FT pin for user-configurable flow through or pipelined
operation
• Single Cycle Deselect (SCD) operation
• 3.3 V +10%/–5% core power supply
• 2.5 V or 3.3 V I/O supply
• LBO pin for Linear or Interleaved Burst mode
• Internal input resistors on mode pins allow floating mode pins
• Default to Interleaved Pipelined mode
• Byte Write (BW) and/or Global Write (GW) operation
• Common data inputs and data outputs
• Clock Control, registered, address, data, and control
• Internal self-timed write cycle
• Automatic power-down for portable applications
• JEDEC standard 100-lead TQFP or QFP package
-180
5.5 ns
3.2 ns
155 mA
9.1 ns
8 ns
100 mA
-166
6 ns
3.5 ns
140 mA
10 ns
8.5 ns
90 mA
-133
7.5 ns
4 ns
115 mA
12 ns
10 ns
80 mA
-100
10 ns
5 ns
90 mA
15 ns
12 ns
65 mA
64K x 32
2M Synchronous Burst SRAM
Flow Through/Pipeline Reads
180 MHz–100 MHz
8 ns–12 ns
3.3 V V
DD
3.3 V and 2.5 V I/O
The function of the Data Output Register can be controlled by
the user via the FT mode pin (Pin 14 in the TQFP). Holding
the FT mode pin low places the RAM in Flow Through mode,
causing output data to bypass the Data Output Register.
Holding FT high places the RAM in Pipelined mode, activating
the rising-edge-triggered Data Output Register.
SCD Pipelined Reads
The GS82032A is an SCD (Single Cycle Deselect) pipelined
synchronous SRAM. DCD (Dual Cycle Deselect) versions are
also available. SCD SRAMs pipeline deselect commands one
stage less than read commands. SCD RAMs begin turning off
their outputs immediately after the deselect command has been
captured in the input registers.
Byte Write and Global Write
Byte write operation is performed by using Byte Write enable
(BW) input combined with one or more individual byte write
signals (Bx). In addition, Global Write (GW) is available for
writing all bytes at one time, regardless of the Byte Write
control inputs.
Pipeline
3-1-1-1
Flow
Through
2-1-1-1
tCycle
t
KQ
I
DD
tCycle
t
KQ
I
DD
Sleep Mode
Low power (Sleep mode) is attained through the assertion
(High) of the ZZ signal, or by stopping the clock (CK).
Memory data is retained during Sleep mode.
Functional Description
Applications
The GS82032A is a 2,097,152-bit high performance
synchronous SRAM with a 2-bit burst address counter.
Although of a type originally developed for Level 2 Cache
applications supporting high performance CPUs, the device
now finds application in synchronous SRAM applications,
ranging from DSP main store to networking chip set support.
Core and Interface Voltages
The GS82032A operates on a 3.3 V power supply and all
inputs/outputs are 3.3 V- and 2.5 V-compatible. Separate
output power (V
DDQ
) pins are used to decouple output noise
from the internal circuit.
Controls
Addresses, data I/Os, chip enables (E
1
, E
2
, E
3
), address burst
control inputs (ADSP, ADSC, ADV), and write control inputs
(Bx, BW, GW) are synchronous and are controlled by a
positive-edge-triggered clock input (CK). Output enable (G)
and power down control (ZZ) are asynchronous inputs. Burst
cycles can be initiated with either ADSP or ADSC inputs. In
Burst mode, subsequent burst addresses are generated
internally and are controlled by ADV. The burst address
counter may be configured to count in either linear or
interleave order with the Linear Burst Order (LBO) input. The
Burst function need not be used. New addresses can be loaded
on every cycle with no degradation of chip performance.
Rev: 1.09 7/2002
1/23
© 2000, Giga Semiconductor, Inc.
Specifications cited are subject to change without notice. For latest documentation see http://www.gsitechnology.com.
micropython Timer I2C教程
Timer在micropython中使用定时器也是轻松简单的。要使用定时器,先需要导入Timer库. from machine importTimer基本用法:定义Timer tim=Timer(n) 定时器3被保留供内部使用.计时器5控制伺服驱 ......
Chocho 编程基础
买了个30多块钱的2.4寸的TFT,用51驱动起来,也显示图片了,但怎样实现手写文字输入啊?
前段时间淘了块2.4寸的TFT彩屏,用提供的代码,用STC的51单片机,驱动起来,也显示图片了,但是老师要求实现文字手写输入,我该怎么办啊? 这是我点亮的屏,http://img07.taobaocdn.co ......
alywang 嵌入式系统
哲学家的晚餐
要求:有5个哲学家坐在一个圆桌上。食物摆在桌子中间,桌子上总共有5把叉子,每个哲学家的左右手各有一把。因为吃饭时,哲学家需要同时使用左手和右手的叉子,所以哲学家必须和他左边和右边的哲 ......
huihua 嵌入式系统
C#2005 调用evc 生成的Dll 的问题求助
大家好!我在设计一个程序,用在ARM+ DSP的设备上的,要使用API函数的。在C# 里面写成的程序运行发现DSP很容易死机。所以没有办法,只能用原来evc写的(我大部分的程序都是C# 2005写的)。所以 ......
iqtao 嵌入式系统
在做MSP432 的UART收发时,需要安装什么驱动吗?
本帖最后由 minjiang 于 2015-10-26 16:56 编辑 我在做UART实验时,收到的全部是乱码,有那些朋友做UART收发程序成功过?用串口助手? 是不是需要安装其他驱动程序?我两台电脑都不能收到从 ......
minjiang 微控制器 MCU
DSP2407中断返回有时感觉不对
如题,DSP2407中断返回地址有时感觉不太对(我写了一个子函数,子函数后面放一个断点A,中断返回处断点B,进入到子程序后,连续运行,先运行到了断点B,之后单步没有返回到子程序,也没到断点B ......
kenan6615 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2401  2311  1182  723  2804  49  47  24  15  57 

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