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

关键词

搜索

型号

搜索

IDT71V65802S100PFG8

产品描述IC sram 9mbit 100mhz 100tqfp
产品类别存储   
文件大小490KB,共26页
制造商IDT(艾迪悌)
官网地址http://www.idt.com/
标准  
下载文档 全文预览

IDT71V65802S100PFG8概述

IC sram 9mbit 100mhz 100tqfp

文档预览

下载PDF文档
256K x 36, 512K x 18
3.3V Synchronous ZBT™ SRAMs
2.5V I/O, Burst Counter
Pipelined Outputs
IDT71V65602/Z
IDT71V65802/Z
Features
256K x 36, 512K x 18 memory configurations
Supports high performance system speed - 150MHz
(3.8ns Clock-to-Data Access)
ZBT
TM
Feature - No dead cycles between write and read cycles
Internally synchronized output buffer enable eliminates the
need to control
OE
Single R/W (READ/WRITE) control pin
Positive clock-edge triggered address, data, and control
signal registers for fully pipelined applications
4-word burst capability (interleaved or linear)
Individual byte write (BW
1
-
BW
4
) control (May tie active)
Three chip enables for simple depth expansion
3.3V power supply (±5%)
2.5V I/O Supply (V
DDQ
)
Power down controlled by ZZ input
Packaged in a JEDEC standard 100-pin plastic thin quad and
flatpack (TQFP), 119 ball grid array (BGA) and 165 fine pitch
ball grid array (fBGA)
The IDT71V65602/5802 are 3.3V high-speed 9,437,184-bit
(9 Megabit) synchronous SRAMs. They are designed to eliminate dead
bus cycles when turning the bus around between reads and writes, or
writes and reads. Thus, they have been given the name ZBT
TM
, or Zero
Bus Turnaround.
Description
Address and control signals are applied to the SRAM during one clock
cycle, and two cycles later the associated data cycle occurs, be it read or write.
The IDT71V65602/5802 contain data I/O, address and control signal
registers. Output enable is the only asynchronous signal and can be used to
disable the outputs at any given time.
A Clock Enable (CEN) pin allows operation of the IDT71V65602/5802
to be suspended as long as necessary. All synchronous inputs are ignored
when (CEN) is high and the internal device registers will hold their previous
values.
There are three chip enable pins (CE
1
, CE
2
,
CE
2
) that allow the
user to deselect the device when desired. If any one of these three are not
asserted when ADV/LD is low, no new memory operation can be initiated.
However, any pending data transfers (reads or writes) will be completed. The
data bus will tri-state two cycles after chip is deselected or a write is initiated.
The IDT71V65602/5802 have an on-chip burst counter. In the burst
mode, the IDT71V65602/5802 can provide four cycles of data for a single
address presented to the SRAM. The order of the burst sequence is defined
by the
LBO
input pin. The
LBO
pin selects between linear and interleaved burst
sequence. The ADV/LD signal is used to load a new external address (ADV/
LD
= LOW) or increment the internal burst counter (ADV/LD = HIGH).
The IDT71V65602/5802 SRAM 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).
Pin Description Summary
A
0
-A
18
CE
1
, CE
2
,
CE
2
OE
R/W
CEN
BW
1
,
BW
2
,
BW
3
,
BW
4
CLK
ADV/LD
LBO
ZZ
I/O
0
-I/O
31
, I/O
P1
-I/O
P4
V
DD
, V
DDQ
V
SS
Address Inputs
Chip Enables
Output Enable
Read/Write Signal
Clock Enable
Individual Byte Write Selects
Clock
Advance burst address / Load new address
Linear / Interleaved Burst Order
Sleep Mode
Data Input / Output
Core Power, I/O Power
Ground
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
I/O
Supply
Supply
Synchronous
Synchronous
Asynchronous
Synchronous
Synchronous
Synchronous
N/A
Synchronous
Static
Asynchronous
Synchronous
Static
Static
5303 tbl 01
ZBT and Zero Bus Turnaround are trademarks of Integrated Device Technology, Inc. and the architecture is supported by Micron Technology and Motorola, Inc.
FEBRUARY 2009
DSC-5303/06
1
©2007 Integrated Device Technology, Inc.
需要前辈们 指点一下 定时器的问题
我这个程序是产生4路PWM其中2路和另2路相差90度我用示波器显示出来的频率不是我设置的50HZ非常慢是怎么回事啊求指点啊 #include<msp430x14x.h>#include<math.h>#defineuintunsign ......
t_shaojun126 微控制器 MCU
MSP430F2xxx系列FLASH数据丢失
偶然的一次机会发现做的MSP430F2xxx板子,在上电时会出现information memory的款被未知原因擦除了,后来对多个板子进行测试,发现有一部分板子在连续上电断电后information memory四个块会存在 ......
xchromosome 嵌入式系统
压力传感器的原理与组成
压力传感器是检测压力,并将压力信号转换为电信号并成线性输出的装置。压力传感器可分为机械压力传感器和气压(液压)传感器。 机械压力传感器也就是测力传感器,单位通常为N、KN、KGf等等。 ......
cazsensor 工业自动化与控制
一个简单的问题把我难住了!
写一个底层软件,到时下载到单片机,一上电自动运行这个程序。 在CF卡里预存了10个文件,每次上电打开不同的文件,用来保存数据, fs_openfile(“文件名”)。 但是怎么一上电赋给“文件名" ......
hjyhjony 嵌入式系统
基于S3C4510B的嵌入式系统
随着社会需求的增高 为满足嵌入式系统对高处理能力 实时多任务 网络通信 超低功耗的需求 越来越多的32 位微处理器用在了设备中 但国内开发者长期都是在 8 位低端单片机领域进行开发的 对高端产 ......
frozenviolet 嵌入式系统
EVC下的程序问题,请大家帮帮忙!
我在调别人写的程序,刚开始用EVC3.0,有许多错误调也调不出来,如果我想用他原程序中的一部分,哪些文件必须留下呢? 我留下了一些.cpp和.h文件,还有.vcw和.vcp文件,以及程序中用到的.ico文 ......
ydyzz 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1260  1771  1080  1238  858  9  18  8  54  23 

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