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

关键词

搜索

型号

搜索

IDT74FCT2373ATL

产品描述Bus Driver, FCT Series, 1-Func, 8-Bit, True Output, CMOS, CQCC20, LCC-20
产品类别逻辑    逻辑   
文件大小183KB,共8页
制造商IDT (Integrated Device Technology)
下载文档 详细参数 全文预览

IDT74FCT2373ATL概述

Bus Driver, FCT Series, 1-Func, 8-Bit, True Output, CMOS, CQCC20, LCC-20

IDT74FCT2373ATL规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
厂商名称IDT (Integrated Device Technology)
零件包装代码QLCC
包装说明LCC-20
针数20
Reach Compliance Codecompliant
系列FCT
JESD-30 代码S-CQCC-N20
JESD-609代码e0
长度8.89 mm
负载电容(CL)50 pF
逻辑集成电路类型BUS DRIVER
位数8
功能数量1
端口数量2
端子数量20
最高工作温度70 °C
最低工作温度
输出特性3-STATE WITH SERIES RESISTOR
输出极性TRUE
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码QCCN
封装形状SQUARE
封装形式CHIP CARRIER
峰值回流温度(摄氏度)225
传播延迟(tpd)8.5 ns
认证状态Not Qualified
座面最大高度2.54 mm
最大供电电压 (Vsup)5.25 V
最小供电电压 (Vsup)4.75 V
标称供电电压 (Vsup)5 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子面层TIN LEAD
端子形式NO LEAD
端子节距1.27 mm
端子位置QUAD
处于峰值回流温度下的最长时间30
宽度8.89 mm
Base Number Matches1

文档预览

下载PDF文档
Integrated Device Technology, Inc.
FAST CMOS OCTAL
TRANSPARENT
LATCHES
IDT54/74FCT373T/AT/CT/DT - 2373T/AT/CT
IDT54/74FCT533T/AT/CT
IDT54/74FCT573T/AT/CT/DT - 2573T/AT/CT
FEATURES:
• Common features:
– Low input and output leakage
≤1µA
(max.)
– CMOS power levels
– True TTL input and output compatibility
– V
OH
= 3.3V (typ.)
– V
OL
= 0.3V (typ.)
– Meets or exceeds JEDEC standard 18 specifications
– Product available in Radiation Tolerant and Radiation
Enhanced versions
– Military product compliant to MIL-STD-883, Class B
and DESC listed (dual marked)
– Available in DIP, SOIC, SSOP, QSOP, CERPACK
and LCC packages
• Features for FCT373T/FCT533T/FCT573T:
– Std., A, C and D speed grades
– High drive outputs (-15mA I
OH
, 48mA I
OL
)
– Power off disable outputs permit “live insertion”
• Features for FCT2373T/FCT2573T:
– Std., A and C speed grades
– Resistor output
(-15mA I
OH
, 12mA I
OL
Com.)
(-12mA I
OH
, 12mA I
OL
Mil.)
– Reduced system switching noise
DESCRIPTION:
The FCT373T/FCT2373T, FCT533T and FCT573T/
FCT2573T are octal transparent latches built using an ad-
vanced dual metal CMOS technology. These octal latches
have 3-state outputs and are intended for bus oriented appli-
cations. The flip-flops appear transparent to the data when
Latch Enable (LE) is HIGH. When LE is LOW, the data that
meets the set-up time is latched. Data appears on the bus
when the Output Enable (
OE
) is LOW. When
OE
is HIGH, the
bus output is in the high- impedance state.
The FCT2373T and FCT2573T have balanced drive out-
puts with current limiting resistors. This offers low ground
bounce, minimal undershoot and controlled output fall times-
reducing the need for external series terminating resistors.
The FCT2xxxT parts are plug-in replacements for FCTxxxT
parts.
FUNCTIONAL BLOCK DIAGRAM IDT54/74FCT373T/2373T AND IDT54/74FCT573T/2573T
D
0
D
O
G
G
D
1
D
O
G
D
2
D
O
G
D
3
D
O
G
D
4
D
O
G
D
5
D
O
G
D
6
D
O
G
D
7
D
O
LE
OE
O
0
O
1
O
2
O
3
O
4
O
5
O
6
O
7
2564 cnv* 01
FUNCTIONAL BLOCK DIAGRAM IDT54/74FCT533T
D
0
D
O
G
G
D
1
D
O
G
D
2
D
O
G
D
3
D
O
G
D
4
D
O
G
D
5
D
O
G
D
6
D
O
G
D
7
D
O
LE
OE
O
0
O
1
O
2
O
3
O
4
O
5
O
6
O
7
2564 cnv* 02
The IDT logo is a registered trademark of Integrated Device Technology, Inc.
MILITARY AND COMMERCIAL TEMPERATURE RANGES
©1995
Integrated Device Technology, Inc.
AUGUST 1995
DSC-4216/6
6.12
1
提问+这个受控电源的电容都是干什么用的?
大家看看这个为430开发板供电的受控电源接的这些电容是干什么用的.......还有怎么实现控制的呢? ...
huixianfxt 模拟与混合信号
求助:我的串口为什么收不到正确的数据呢?请各位大哥帮帮我,谢谢!
#include "STC12C2052AD.h" #include #include #include #include #define uchar8 unsigned char #define ID 1 //这个合子的 ID 号为 1 //********定义引脚********** ......
jw5200 嵌入式系统
出租车计程器
设计一个多功能出租车计程器,能够对不同地区、不同车型、不同时段等计费方式进行设定。要求计费器性能稳定、计费准确,具有与上位机PC串行通信等功能。实验模型:以信号发生器的脉冲输出模拟出 ......
malixia 51单片机
一文看懂 Nginx 架构
一、Nginx基础架构 Nginx启动后以daemon形式在后台运行,后台进程包含一个master进程和多个worker进程。如下图所示: 544143 Nginx是由一个master管理进程,多个worker进程处理工作的 ......
可乐zzZ Linux开发
【新手求助】VxWorks的Socket编程问题
简单介绍下情况: 目前需要前后台数据传输。前台用VxWorks,后台Windows。选择了Socket通讯接口以UDP协议进行通讯。即:socket (AF_INET, SOCK_DGRAM, IPPROTO_UDP)。绑定后直接用recvfrom ......
czl2008 实时操作系统RTOS
重磅推荐!ADI 最新的中文资料都在这里啦
分享最新的干货资料哦~有需求的筒子们可以戳这个下载哈https://ez.analog.com/cn/other/f/forum/110176/adi-2019-44月ADI 最新中文资料新鲜上线,快来下载咯~在线研讨会 WEBINAR· 基于ADPD188B ......
电路艺术 ADI 工业技术

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 432  77  962  1842  920  2  17  41  55  25 

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