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

关键词

搜索

型号

搜索

7201LA30DBG

产品描述FIFO, 512X9, 30ns, Asynchronous, CMOS, CDIP28, 0.600 INCH, CERAMIC, DIP-28
产品类别存储    存储   
文件大小144KB,共14页
制造商IDT (Integrated Device Technology)
标准
下载文档 详细参数 全文预览

7201LA30DBG概述

FIFO, 512X9, 30ns, Asynchronous, CMOS, CDIP28, 0.600 INCH, CERAMIC, DIP-28

7201LA30DBG规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称IDT (Integrated Device Technology)
零件包装代码DIP
包装说明DIP,
针数28
Reach Compliance Codecompliant
ECCN代码EAR99
最长访问时间30 ns
其他特性RETRANSMIT
周期时间40 ns
JESD-30 代码R-GDIP-T28
JESD-609代码e3
长度37.211 mm
内存密度4608 bit
内存宽度9
功能数量1
端子数量28
字数512 words
字数代码512
工作模式ASYNCHRONOUS
最高工作温度125 °C
最低工作温度-55 °C
组织512X9
可输出NO
封装主体材料CERAMIC, GLASS-SEALED
封装代码DIP
封装形状RECTANGULAR
封装形式IN-LINE
并行/串行PARALLEL
峰值回流温度(摄氏度)260
认证状态Not Qualified
筛选级别MIL-STD-883 Class B
座面最大高度5.08 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)4.5 V
标称供电电压 (Vsup)5 V
表面贴装NO
技术CMOS
温度等级MILITARY
端子面层MATTE TIN
端子形式THROUGH-HOLE
端子节距2.54 mm
端子位置DUAL
处于峰值回流温度下的最长时间30
宽度15.24 mm
Base Number Matches1

文档预览

下载PDF文档
CMOS ASYNCHRONOUS FIFO
256 x 9, 512 x 9 and 1,024 x 9
IDT7200L
IDT7201LA
IDT7202LA
FEATURES:
DESCRIPTION:
The IDT7200/7201/7202 are dual-port memories that load and empty data
on a first-in/first-out basis. The devices use Full and Empty flags to prevent data
overflow and underflow and expansion logic to allow for unlimited expansion
capability in both word size and depth.
The reads and writes are internally sequential through the use of ring
pointers, with no address information required to load and unload data. Data
is toggled in and out of the devices through the use of the Write (W) and Read
(R) pins.
The devices utilize a 9-bit wide data array to allow for control and parity bits
at the user’s option. This feature is especially useful in data communications
applications where it is necessary to use a parity bit for transmission/reception
error checking. It also features a Retransmit (RT) capability that allows for reset
of the read pointer to its initial position when
RT
is pulsed LOW to allow for
retransmission from the beginning of data. A Half-Full Flag is available in the
single device mode and width expansion modes.
These FIFOs are fabricated using IDT’s high-speed CMOS technology.
They are designed for those applications requiring asynchronous and
simultaneous read/writes in multiprocessing and rate buffer applications.
Military grade product is manufactured in compliance with the latest revision of
MIL-STD-883, Class B.
First-In/First-Out dual-port memory
256 x 9 organization (IDT7200)
512 x 9 organization (IDT7201)
1,024 x 9 organization (IDT7202)
Low power consumption
— Active: 440mW (max.)
—Power-down: 28mW (max.)
Ultra high speed—12ns access time
Asynchronous and simultaneous read and write
Fully expandable by both word depth and/or bit width
Pin and functionally compatible with 720X family
Status Flags: Empty, Half-Full, Full
Auto-retransmit capability
High-performance CEMOS™ technology
Military product compliant to MIL-STD-883, Class B
Standard Military Drawing #5962-87531, 5962-89666, 5962-89863
and 5962-89536 are listed on this function
Dual versions available in the TSSOP package. For more informa-
tion, see IDT7280/7281/7282 data sheet
IDT7280 = 2 x IDT7200
IDT7281 = 2 x IDT7201
IDT7282 = 2 x IDT7202
Industrial temperature range (–40
o
C to +85
o
C) is available
(plastic packages only)
FUNCTIONAL BLOCK DIAGRAM
DATA INPUTS
(D
0
-D
8
)
W
WRITE
CONTROL
WRITE
POINTER
RAM
ARRAY
256 x 9
512 x 9
1,024 x 9
READ
POINTER
R
READ
CONTROL
THREE-
STATE
BUFFERS
DATA OUTPUTS
(Q
0
-Q
8
)
RS
RESET
LOGIC
FL/RT
FLAG
LOGIC
EXPANSION
LOGIC
EF
FF
XI
IDT and the IDT logo are trademarks of Integrated Device Technology, Inc.
XO/HF
2679 drw 01
COMMERCIAL, INDUSTRIAL AND MILITARY TEMPERATURE RANGES
1
2002
Integrated Device Technology, Inc. All rights reserved. Product specifications subject to change without notice.
SEPTEMBER 2002
DSC-2679/10
LM3S8962学习(二) -- 按键与中断
读按键的值,可以通过函数GPIOPinRead来完成 如何实现中断呢?主要有以下几个步骤需要做 1. 先定义一个LED和一个KEY #define LED GPIO_PIN_0#define KEY GPIO_PIN_0 2. 在startup_rvm ......
chenzhufly 微控制器 MCU
基于sensortile的儿童智能手环
本帖最后由 strong161 于 2017-4-30 23:24 编辑 2017 SensorTile大赛作品提交 项目名称: 基于sensortile的儿童智能手环 项目实现的功能说明:主要功能:统计儿童运动量数据,防走丢,简易通 ......
strong161 MEMS传感器
求一个电路图,它能连接单片机和喷油器,控制喷油器喷油
求一个电路图,它能连接单片机和喷油器,控制喷油器喷油 ...
易求9 模拟电子
STM32定时器中断HAL库未检查到FLAG
所用芯片为STM32F030.我的原代码是在定时器中断函数TIM3_IRQHandler中,通过检查if(__HAL_TIM_GET_FLAG(&htim3, TIM_FLAG_CC3) != RESET),来捕获外部PWM。 现在有个奇特的现象,当外部PWM为 ......
电子星辰 stm32/stm8
我的车库门摇控器上的LSD2262 芯片坏了...
请问贵网站的LSD2262 芯片能替换上去吗..!!!直接取下焊上就能用吗!!!先谢谢!!!我是菜鸟...
chap1 微控制器 MCU
MSP430 AD模块、中断问题,程序进入死循环,跪求指点!
程序目的: 当ADC采样值Temp与参考值target的差在给定区间范围内时,无操作; 当ADC采样值与参考值target的差超出区间上限时,4个LED灯向一个方向轮留灭(同时,逐步增大target的值,目的是使 ......
jeanwongeve 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2346  2923  31  2431  234  48  59  1  49  5 

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