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

关键词

搜索

型号

搜索

IDT74FCT821AL

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

IDT74FCT821AL概述

Bus Driver, FCT Series, 1-Func, 10-Bit, True Output, CMOS, CQCC28, LCC-28

IDT74FCT821AL规格参数

参数名称属性值
是否Rohs认证不符合
零件包装代码QLCC
包装说明LCC-28
针数28
Reach Compliance Codenot_compliant
其他特性IOH = 0.3MA @ VOH = 4.55V; IOL = 0.3MA @ VOL = 0.2V
系列FCT
JESD-30 代码S-CQCC-N28
JESD-609代码e0
长度11.4554 mm
负载电容(CL)50 pF
逻辑集成电路类型BUS DRIVER
最大频率@ Nom-Sup71400000 Hz
最大I(ol)0.048 A
位数10
功能数量1
端口数量2
端子数量28
最高工作温度70 °C
最低工作温度
输出特性3-STATE
输出极性TRUE
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码QCCN
封装等效代码LCC28,.45SQ
封装形状SQUARE
封装形式CHIP CARRIER
峰值回流温度(摄氏度)NOT SPECIFIED
电源5 V
Prop。Delay @ Nom-Sup12 ns
传播延迟(tpd)10 ns
认证状态Not Qualified
座面最大高度2.54 mm
最大供电电压 (Vsup)5.25 V
最小供电电压 (Vsup)4.75 V
标称供电电压 (Vsup)5 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子面层Tin/Lead (Sn/Pb)
端子形式NO LEAD
端子节距1.27 mm
端子位置QUAD
处于峰值回流温度下的最长时间NOT SPECIFIED
触发器类型POSITIVE EDGE
宽度11.4554 mm
Base Number Matches1

文档预览

下载PDF文档
®
HIGH-PERFORMANCE
CMOS BUS INTERFACE
REGISTERS
DESCRIPTION:
Integrated Device Technology, Inc.
IDT54/74FCT821A/B/C
IDT54/74FCT823A/B/C
IDT54/74FCT824A/B/C
IDT54/74FCT825A/B/C
FEATURES:
• Equivalent to AMD’s Am29821-25 bipolar registers in
pinout/function, speed and output drive over full tem-
perature and voltage supply extremes
• IDT54/74FCT821A/823A/824A/825A equivalent to
FAST™ speed
• IDT54/74FCT821B/823B/824B/825B 25% faster than
FAST
• IDT54/74FCT821C/823C/824C/825C 40% faster than
FAST
• Buffered common Clock Enable (
EN
) and asynchronous
Clear input (
CLR
)
• I
OL
= 48mA (commercial) and 32mA (military)
• Clamp diodes on all inputs for ringing suppression
• CMOS power levels (1mW typ. static)
• TTL input and output compatibility
• CMOS output level compatible
• Substantially lower input current levels than AMD’s
bipolar Am29800 series (5µA max.)
• Product available in Radiation Tolerant and Radiation
Enhanced versions
• Military product compliant to MIL-STD-883, Class B
The IDT54/74FCT800 series is built using an advanced
dual metal CMOS technology.
The IDT54/74FCT820 series bus interface registers are
designed to eliminate the extra packages required to buffer
existing registers and provide extra data width for wider
address/data paths or buses carrying parity. The IDT54/
74FCT821 are buffered, 10-bit wide versions of the popular
‘374 function. The IDT54/74FCT823 and IDT54/74FCT824
are 9-bit wide buffered registers with Clock Enable (
EN
) and
Clear (
CLR
) – ideal for parity bus interfacing in high-perform-
ance microprogrammed systems. The IDT54/74FCT825 are
8-bit buffered registers with all the ‘823 controls plus multiple
enables (
OE
1
,
OE
2
,
OE
3
) to allow multiuser control of the
interface, e.g.,
CS
, DMA and RD/
WR
. They are ideal for use
as an output port requiring HIGH I
OL
/I
OH
.
All of the IDT54/74FCT800 high-performance interface
family are designed for high-capacitance load drive capability,
while providing low-capacitance bus loading at both inputs
and outputs. All inputs have clamp diodes and all outputs are
designed for low-capacitance bus loading in high-impedance
state.
FUNCTIONAL BLOCK DIAGRAMS
IDT54/74FCT821/823/825
D
0
EN
D
N
IDT54/74FCT824
D
0
EN
D
N
CLR
D
CL
Q
D
CL
Q
CLR
D
CL
Q
D
CL
Q
CP Q
CP Q
CP Q
CP Q
CP
CP
OE
Y
0
The IDT logo is a registered trademark of Integrated Device Technology, Inc.
FAST is a trademark of National Semiconductor Co.
OE
Y
N
2608 cnv* 01
Y
0
Y
N
2608 cnv* 02
MILITARY AND COMMERCIAL TEMPERATURE RANGES
©1992
Integrated Device Technology, Inc.
MAY 1992
DSC-4618/2
7.19
1
本人求教导做逆变器和220v储电设备
有人可以教我么?我非常需要这技术364182124qq...
liurenbi 电源技术
STM32F779和STM32F746的对比
本帖最后由 dcexpert 于 2016-1-22 15:07 编辑 STM32F746还没有玩好,STM32F779又出来了,ST公司发布芯片的速度真是快啊。同样是M7内核,STM32F779又有哪些相同和不同?做了初步的对比(还不 ......
dcexpert stm32/stm8
MSP430指令周期的问题
一条简单的赋值语句居然要4个机器周期。不知道什么指令只占一个机器周期。有没有汇编指令表,可以看占多少机器周期的。...
kingbomb 微控制器 MCU
RT-Thread的IO设备,是先注_册还是先初始化的
我看了RTT中的串口设备是先初始化RCC GPIO NVIC等才把改设备注_册到系统中去。 按我的理解应该先注_册吧,在使用的时候电用**_init函数吧。 请高手指导一下...
lindabell 嵌入式系统
华中理工大学C51单片机教材(经典)--初学者必看
华中理工大学C51单片机教材(经典)--初学者必看...
grc521 51单片机
开心一刻~导演说梦话的烦恼~
男导演晚上和老婆睡觉时,竟然说起了梦话!梦话中说道:亲爱的,我太爱你了,我会尽快跟老婆离婚!这时,男导演突然醒了,发现老婆正恶狠狠地盯着他。男导演马上重新闭上眼,继续装睡!男导演翻 ......
绿茶 聊聊、笑笑、闹闹

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1246  2308  1154  1604  1262  38  48  2  45  10 

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