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

关键词

搜索

型号

搜索

IDT72021L40DB

产品描述FIFO, 1KX9, 40ns, Asynchronous, CMOS, CDIP32, CERDIP-32
产品类别存储    存储   
文件大小154KB,共14页
制造商IDT (Integrated Device Technology)
下载文档 详细参数 全文预览

IDT72021L40DB概述

FIFO, 1KX9, 40ns, Asynchronous, CMOS, CDIP32, CERDIP-32

IDT72021L40DB规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称IDT (Integrated Device Technology)
零件包装代码DIP
包装说明CERDIP-32
针数32
Reach Compliance Codenot_compliant
ECCN代码EAR99
最长访问时间40 ns
其他特性RETRANSMIT
最大时钟频率 (fCLK)20 MHz
周期时间50 ns
JESD-30 代码R-GDIP-T32
JESD-609代码e0
长度41.91 mm
内存密度9216 bit
内存集成电路类型OTHER FIFO
内存宽度9
功能数量1
端子数量32
字数1024 words
字数代码1000
工作模式ASYNCHRONOUS
最高工作温度125 °C
最低工作温度-55 °C
组织1KX9
输出特性3-STATE
可输出YES
封装主体材料CERAMIC, GLASS-SEALED
封装代码DIP
封装等效代码DIP32,.6
封装形状RECTANGULAR
封装形式IN-LINE
并行/串行PARALLEL
峰值回流温度(摄氏度)NOT SPECIFIED
电源5 V
认证状态Not Qualified
筛选级别38535Q/M;38534H;883B
座面最大高度5.334 mm
最大待机电流0.0009 A
最大压摆率0.14 mA
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)4.5 V
标称供电电压 (Vsup)5 V
表面贴装NO
技术CMOS
温度等级MILITARY
端子面层Tin/Lead (Sn/Pb)
端子形式THROUGH-HOLE
端子节距2.54 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度15.24 mm

文档预览

下载PDF文档
CMOS ASYNCHRONOUS FIFO WITH
RETRANSMIT
1K x 9, 2K x 9, 4K x 9
Integrated Device Technology, Inc.
IDT72021
IDT72031
IDT72041
FEATURES:
• First-In/First-Out Dual-Port memory
• Bit organization
– IDT72021—1K x 9
– IDT72031—2K x 9
– IDT72041—4K x 9
• Ultra high speed
– IDT72021—25ns access time
– IDT72031—35ns access time
– IDT72041—35ns access time
• Easily expandable in word depth and/or width
• Asynchronous and simultaneous read and write
• Functionally equivalent to IDT7202/03/04 with Output
Enable (
OE
) and Almost Empty/Almost Full Flag (
AEF
)
• Four status flags: Full, Empty, Half-Full (single device
mode), and Almost Empty/Almost Full (7/8 empty or 7/8
full in single device mode)
• Output Enable controls the data output port
• Auto-retransmit capability
• Available in 32-pin DIP and PLCC
• Military product compliant to MIL-STD-883, Class B
• Industrial temperature range (-40
o
C to +85
o
C) is avail
able, tested to military electrical specifications
DESCRIPTION:
IDT72021/031/041s are high-speed, low-power, dual-port
memory devices commonly known as FIFOs (First-In/First-
Out). Data can be written into and read from the memory at
independent rates. The order of information stored and ex-
tracted does not change, but the rate of data entering the FIFO
might be different than the rate leaving the FIFO. Unlike a
Static RAM, no address information is required because the
read and write pointers advance sequentially. The IDT72021/
031/041s can perform asynchronous and simultaneous read
and write operations. There are four status flags, (
HF
,
FF
,
EF
,
AEF
) to monitor data overflow and underflow. Output Enable
(
OE
) is provided to control the flow of data through the output
port. Additional key features are Write (
W
), Read (
R
), Retrans-
mit (
RT
), First Load (
FL
), Expansion In (
XI
) and Expansion Out
(
XO
). The IDT72021/031/041s are designed for those appli-
cations requiring data control flags and Output Enable (
OE
) in
multiprocessing and rate buffer applications.
The IDT72021/031/041s are fabricated using IDT’s CMOS
technology. Military grade product is manufactured in compli-
ance with the latest version of MIL-STD-883, Class B, for high
reliability systems.
FUNCTIONAL BLOCK DIAGRAM
DATA INPUT
(D
0
–D
8
)
W
WRITE
CONTROL
1
2
WRITE
POINTER
1024/
2048/
4096
THREE-
STATE
BUFFERS
RAM
ARRAY
1024 x 9
2048 x 9
4096 x 9
READ
POINTER
OE
RESET
LOGIC
RS
FL/RT
R
READ
CONTROL
FLAG
LOGIC
EXPANSION
LOGIC
DATA OUTPUTS
(Q
0
–Q
8
)
EF
FF
AEF
XI
XO/HF
2677 drw 01
The IDT logo is a registered trademark of Integrated Device Technology, Inc.
FAST is a trademark of National Semiconductor Co.
MILITARY AND COMMERCIAL TEMPERATURE RANGES
©1996
Integrated Device Technology, Inc.
For latest information contact IDT's web site at www.idt.com or fax-on-demand at 408-492-8391.
DECEMBER 1996
DSC-2677/7
5.09
1
新手请教USB烧录问题
君正4750的开发板烧录wince,按照提供的手册先后烧入boot.nb0和nk.nb0。 重启后,启动信息如下,一直停在DHCP那里进不了系统,请高手看一下是什么问题,谢谢! Microsoft Windows CE Ethe ......
辛蒂 嵌入式系统
WaitCommEvent在串口程序中的应用问题
我在应用中是只对EV_RXCHAR事件 WaitCommEvent这个函数主要是接收到数据的时候触发事件,进行下面的读取函数,如果没有数据接收,就会阻塞。 一开始用这个函数没有问题,但是调用两次后,也就 ......
jinwancai 嵌入式系统
盲节点与信标节点的通信问题
我做zigbeeCC2530定位,流程是盲节点广播,四个信标节点接收rssi值后传送到协调器,但是,不知道为什么信标节点收到的rssi值是信标节点与协调器之间的rssi值,只要信标节点与协调器之间的距离变 ......
w1003020330 无线连接
分享 c#图书样章
第一篇 基础技术篇 第1章 Visual Studio 2008 IDE简介 1.1 安装Visual Studio 2008 1.2 Visual Studio 2008 概览 1.2.1 起始页 1.2.2 开发环境 1.2.3 窗口布局调整 1.3 用VS 200 ......
挑战门 单片机
linux驱动程序设计入门
linux驱动程序设计入门...
simonprince Linux开发
手机磁条卡读卡器的实现
本文档介绍了手机磁条卡读卡器的实现。 如需更多信息,请点击链接:http://www.ti.com.cn/lsds/ti_zh/apps/consumer/applications.page ...
德州仪器 模拟与混合信号

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2142  751  882  2516  692  44  16  18  51  14 

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