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

关键词

搜索

型号

搜索

IDT54FCT574

产品描述FCT SERIES, 8-BIT DRIVER, TRUE OUTPUT, PDSO20
产品类别半导体    逻辑   
文件大小95KB,共8页
制造商IDT(艾迪悌)
官网地址http://www.idt.com/
下载文档 详细参数 全文预览

IDT54FCT574概述

FCT SERIES, 8-BIT DRIVER, TRUE OUTPUT, PDSO20

FCT 系列, 8位 驱动, 实输出, PDSO20

IDT54FCT574规格参数

参数名称属性值
功能数量1
端子数量20
最大工作温度70 Cel
最小工作温度0.0 Cel
最大供电/工作电压5.25 V
最小供电/工作电压4.75 V
额定供电电压5 V
端口数2
加工封装描述SOIC-20
状态DISCONTINUED
工艺CMOS
包装形状矩形的
包装尺寸SMALL OUTLINE
表面贴装Yes
端子形式GULL WING
端子间距1.27 mm
端子位置
包装材料塑料/环氧树脂
温度等级COMMERCIAL
系列FCT
输出特性3-ST
逻辑IC类型驱动
位数8
输出极性TRUE
传播延迟TPD6.5 ns

文档预览

下载PDF文档
®
FAST CMOS OCTAL D
REGISTERS (3-STATE)
IDT54/74FCT374/A/C
IDT54/74FCT534/A/C
IDT54/74FCT574/A/C
Integrated Device Technology, Inc.
FEATURES:
• IDT54/74FCT374/534/574 equivalent to FAST™ speed
and drive
• IDT54/74FCT374A/534A/574A up to 30% faster than
FAST
• IDT54/74FCT374C/534C/574C up to 50% faster than
FAST
• I
OL
= 48mA (commercial) and 32mA (military)
• CMOS power levels (1mW typ. static)
• Edge triggered master/slave, D-type flip-flops
• Buffered common clock and buffered common three-
state control
• Product available in Radiation Tolerant and Radiation
Enhanced versions
• Military product compliant to MIL-STD-883, Class B
• Meets or exceeds JEDEC Standard 18 specifications
DESCRIPTION:
The IDT54/74FCT374/A/C, IDT54/74FCT534/A/C and
IDT54/74FCT574/A/C are 8-bit registers built using an ad-
vanced dual metal CMOS technology. These registers consist
of eight D-type flip-flops with a buffered common clock and
buffered 3-state output control. When the output enable (
OE
)
is LOW, the eight outputs are enabled. When the
OE
input is
HIGH, the outputs are in the high-impedance state.
Input data meeting the set-up and hold time requirements
of the D inputs is transferred to the O outputs on the LOW-to-
HIGH transition of the clock input.
The IDT54/74FCT374/A/C and IDT54/74FCT574/A/ C have
non-inverting outputs with respect to the data at the D inputs.
The IDT54/74FCT534/A/C have inverting outputs.
FUNCTIONAL BLOCK DIAGRAM IDT54/74FCT374 AND IDT54/74FCT574
D
0
CP
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
D
1
D
2
D
3
D
4
D
5
D
6
D
7
OE
O
0
O
1
O
2
O
3
O
4
O
5
O
6
O
7
2603 cnv* 01
FUNCTIONAL BLOCK DIAGRAM IDT54/74FCT534
D
0
CP
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
CP D
Q
D
1
D
2
D
3
D
4
D
5
D
6
D
7
OE
O
0
O
1
O
2
O
3
O
4
O
5
O
6
O
7
2603 cnv* 02
The IDT logo is a registered trademark of Integrated Device Technology, Inc.
FAST is a trademark of National Semiconductor, Inc.
MILITARY AND COMMERCIAL TEMPERATURE RANGES
©1992
Integrated Device Technology, Inc.
MAY 1992
DSC-4622/2
7.13
1
半桥驱动电路中NMOS驱动管的导通状态
用IR2103做半桥驱动电路,外接了两个NMOS驱动管,假设为T1和T2,请问T1和T2的具体工作状态是怎样的,同时导通还是处于交替导通的状态?...
费米 模拟电子
ARM MMU 理解(基于ARM 920T)
ARM MMU 理解(基于ARM 920T)MMU简介 嵌入式系统中,存储系统差别很大,可包含多种类型的存储器件,如FLASH,SRAM,SDRAM,ROM等,这些不同类型的存储器件速度和宽度等各不相同;在访问存 ......
18538579903 微控制器 MCU
avr挂不上gcc
编译任何文件都会出错下面为报错信息:Build started 7.7.2012 at 15:01:22avr-gcc -I"C:\WinAVR-20100110\avr\include\avr" -I"C:\WinAVR-20100110\mfile" -mmcu=atmega16 -Wall -gdwarf-2 -st ......
小牛314 Microchip MCU
关于MSp430ADC12IE的问题
ADC模拟输入的时候用P6.0 那中断控制寄存器ADC12IE 是0x01 若输入改为P6.1口 那ADC12IE用改为0x02吗? 为什么我改了以后1602显示屏上就显不出东西,只能用0x01? 读取通道存储寄存器ADC12MEMx ......
caoben 微控制器 MCU
wince5.0自带s3c2410BSP的interrupthandle()函数当中的NKCallIntChain()作用
在WinCE 5.0自带的s3c2410当中的interrupthandle()当中的 sysIntr = NKCallIntChain((UCHAR)irq); if (sysIntr == SYSINTR_CHAIN || !NKIsSysIntrValid(sysIntr)) { ......
243663934 嵌入式系统
stm32串口接收的校验问题
我用的是stm32f103rct6,用串口3以7个数据位、偶校验的方式通讯,发送可以实现,但是接收的时候无法自动去除校验位,比如我发送52 30 31 0d几个数,串口自动加上校验位发送出去的是d2 30 b ......
freedom2010 stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 926  1807  1754  1178  1458  32  2  36  17  34 

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