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

关键词

搜索

型号

搜索

74VHC153SJX

产品描述multiplexer dual 4in 16sop
产品类别逻辑    逻辑   
文件大小252KB,共9页
制造商Fairchild
官网地址http://www.fairchildsemi.com/
标准
下载文档 详细参数 全文预览

74VHC153SJX在线购买

供应商 器件名称 价格 最低购买 库存  
74VHC153SJX - - 点击查看 点击购买

74VHC153SJX概述

multiplexer dual 4in 16sop

74VHC153SJX规格参数

参数名称属性值
Brand NameFairchild Semiconduc
是否无铅不含铅
是否Rohs认证符合
厂商名称Fairchild
零件包装代码SOP
包装说明SOP, SOP16,.3
针数16
制造商包装代码16LD,SOP,EIAJ TYPE II, 5.3MM WIDE
Reach Compliance Codecompli
ECCN代码EAR99
系列AHC/VHC
JESD-30 代码R-PDSO-G16
JESD-609代码e3
长度10.1 mm
负载电容(CL)50 pF
逻辑集成电路类型MULTIPLEXER
最大I(ol)0.008 A
湿度敏感等级1
功能数量2
输入次数4
输出次数1
端子数量16
最高工作温度85 °C
最低工作温度-40 °C
输出极性TRUE
封装主体材料PLASTIC/EPOXY
封装代码SOP
封装等效代码SOP16,.3
封装形状RECTANGULAR
封装形式SMALL OUTLINE
包装方法TAPE AND REEL
峰值回流温度(摄氏度)260
电源2/5.5 V
Prop。Delay @ Nom-Su11 ns
传播延迟(tpd)17.5 ns
认证状态Not Qualified
座面最大高度2.1 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)2 V
标称供电电压 (Vsup)3.3 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子面层Matte Tin (Sn)
端子形式GULL WING
端子节距1.27 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度5.3 mm
Base Number Matches1

文档预览

下载PDF文档
74VHC153 Dual 4-Input Multiplexer
May 2007
74VHC153
Dual 4-Input Multiplexer
Features
High Speed: t
PD
=
5.0ns at T
A
=
25°C
Low power dissipation: I
CC
=
4µA (Max.) at T
A
=
25°C
High noise immunity: V
NIH
=
V
NIL
=
28% V
CC
(Min.)
Power down protection is provided on all inputs
Pin and function compatible with 74HC153
tm
General Description
The VHC153 is an advanced high-speed CMOS device
fabricated with silicon gate CMOS technology. It
achieves the high-speed operation similar to equivalent
Bipolar Schottky TTL while maintaining the CMOS low
power dissipation. The VHC153 is a high-speed Dual
4-Input Multiplexer with common select inputs and indi-
vidual enable inputs for each section. It can select two
lines of data from four sources. The two buffered outputs
present data in the true (non-inverted) form. In addition
to multiplexer operation, the VHC153 can act as a func-
tion generator and generate any two functions of three
variables. An input protection circuit insures that 0V to
7V can be applied to the input pins without regard to the
supply voltage. This device can be used to interface 5V
to 3V systems and two supply systems such as battery
backup. This circuit prevents device destruction due to
mismatched supply and input voltages.
Ordering Information
Order
Number
74VHC153M
74VHC153SJ
74VHC153MTC
Package
Number
M16A
M16D
MTC16
Package Description
16-Lead Small Outline Integrated Circuit (SOIC), JEDEC MS-012, 0.150" Narrow
16-Lead Small Outline Package (SOP), EIAJ TYPE II, 5.3mm Wide
16-Lead Thin Shrink Small Outline Package (TSSOP), JEDEC MO-153, 4.4mm
Wide
Surface mount packages are also available on Tape and Reel. Specify by appending the suffix letter “X” to the
ordering number.
Connection Diagram
Pin Description
Pin Names
I
0a
–I
3a
I
0b
–I
3b
S
0
, S
1
E
a
E
b
Z
a
Z
b
Description
Side A Data Inputs
Side B Data Inputs
Common Select Inputs
Side A Enable Input
Side B Enable Input
Side A Output
Side B Output
©1993 Fairchild Semiconductor Corporation
74VHC153 Rev. 1.2
www.fairchildsemi.com
自动化专业在学校应该重点学什么 出来以后都干什么
我是自动化专业大三的学生 现在感觉很迷茫 在学校 不知道应该重点学些 什么 也不知道 自己出来能干什么 感觉自己什么都接触 一点 但都没有深入 现在想找一个方向学习 ......
二白啊啊 聊聊、笑笑、闹闹
ccs3.3的bug修复
ccs3.3的bug修复 17194...
绿茶 DSP 与 ARM 处理器
读懂CCS链接命令文件(.cmd)
504213 链接器的核心工作就是符号表解析和重定位,链接命令文件则使得编程者可以给链接器提供必要的指导和辅助信息。多数时候,由于集成开发环境的存在,开发者无需了解链接命令文件的编写 ......
fish001 DSP 与 ARM 处理器
程序请教
#include<reg52.h> #define uint unsigned int#define uchar unsigned charsbit LED=P0^1;void delay(uint i) {uchar x,j;for(j=0;j<i;j++)for(x=0;x<=148;x++);}void main(){ while(1) ......
wrlsohu 单片机
EEWORLD大学堂----OMAPL138/C6748/AM1808系统设计
OMAPL138/C6748/AM1808系统设计:https://training.eeworld.com.cn/course/474...
chenyy 单片机
一种通用的CRC16算法程序+上位机小软件
如题: #define CRC_POLYNOM 0x8408 //CRC16的多项式,暂定统一用这个 u16 CRC_16(u8 length, u8 *checksource) { u8 verifyi,verifyj; u16 verifynum=0xffff; //verifynum为CRC发 ......
caizhiwei 单片机

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1936  12  2924  1447  415  1  15  35  51  59 

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