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

关键词

搜索

型号

搜索

5962R9656301VCC

产品描述Decade Counter, ACT Series, Synchronous, Positive Edge Triggered, 4-Bit, Bidirectional, CMOS, CDIP16, SIDE-BRAZED, CERAMIC, DIP-16
产品类别逻辑    逻辑   
文件大小261KB,共10页
制造商Cobham PLC
下载文档 详细参数 全文预览

5962R9656301VCC概述

Decade Counter, ACT Series, Synchronous, Positive Edge Triggered, 4-Bit, Bidirectional, CMOS, CDIP16, SIDE-BRAZED, CERAMIC, DIP-16

5962R9656301VCC规格参数

参数名称属性值
包装说明DIP,
Reach Compliance Codeunknown
计数方向BIDIRECTIONAL
系列ACT
JESD-30 代码R-CDIP-T16
JESD-609代码e4
负载/预设输入YES
逻辑集成电路类型DECADE COUNTER
工作模式SYNCHRONOUS
位数4
功能数量1
端子数量16
最高工作温度125 °C
最低工作温度-55 °C
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码DIP
封装形状RECTANGULAR
封装形式IN-LINE
传播延迟(tpd)22 ns
认证状态Not Qualified
座面最大高度5.08 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)4.5 V
标称供电电压 (Vsup)5 V
表面贴装NO
技术CMOS
温度等级MILITARY
端子面层GOLD
端子形式THROUGH-HOLE
端子节距2.54 mm
端子位置DUAL
总剂量100k Rad(Si) V
触发器类型POSITIVE EDGE
宽度7.62 mm
最小 fmax71 MHz
Base Number Matches1

文档预览

下载PDF文档
Standard Products
UT54ACS190/UT54ACTS190
Synchronous 4-Bit Up-Down BCD Counters
Datasheet
November 2010
www.aeroflex.com/logic
FEATURES
Single down/up count control line
Look-ahead circuitry enhances speed of cascaded counters
Fully synchronous in count modes
Asynchronously presettable with load control
1.2μ
CMOS
- Latchup immune
High speed
Low power consumption
Single 5 volt supply
Available QML Q or V processes
Flexible package
- 16-pin DIP
- 16-lead flatpack
UT54ACS190 - SMD 5962-96562
UT54ACTS190 - SMD 5962-96563
DESCRIPTION
The UT54ACS190 and the UT54ACTS190 are synchronous 4-
bit reversible up-down BCD decade counters. Synchronous
counting operation is provided by having all flip-flops clocked
simultaneously so that the outputs change coincident with each
other when so instructed. Synchronous operation eliminates the
output counting spikes associated with asynchronous counters.
The outputs of the four flip-flops are triggered on a low-to-high-
level transition of the clock input if the enable input (CTEN) is
low. A logic one applied to CTEN inhibits counting. The di-
rection of the count is determined by the level of the down/up
(D/U) input. When D/U is low, the counter counts up and when
D/U is high, it counts down.
The counters feature a fully independent clock circuit. Changes
at control inputs (CTEN and D/U) that will modify the operating
mode have no effect on the contents of the counter until clocking
occurs.
The counters are fully programmable. The outputs may be preset
to either logic level by placing a low on the load input and en-
tering the desired data at the data inputs. The output will change
to agree with the data inputs independently of the level of the
clock input. The asynchronous load allows counters to be used
as modulo-N dividers by simply modifying the count length with
the preset inputs.
If preset to an illegal state, the counter returns to a normal se-
quence in one or two counts.
1
PINOUTS
16-Pin DIP
Top View
B
Q
B
Q
A
CTEN
D/U
Q
C
Q
D
V
SS
1
2
3
4
5
6
7
8
16
15
14
13
12
11
10
9
V
DD
A
CLK
RCO
MAX/MIN
LOAD
C
D
16-Lead Flatpack
Top View
B
Q
B
Q
A
CTEN
D/U
Q
C
Q
D
V
SS
1
2
3
4
5
6
7
8
16
15
14
13
12
11
10
9
V
DD
A
CLK
RCO
MAX/MIN
LOAD
C
D
Two outputs have been made available to perform the cascading
function: ripple clock and maximum/minimum (MAX/MIN)
count. The MAX/MIN output produces a high-level output
pulse with a duration approximately equal to one complete cycle
of the clock while the count is zero (all outputs low) counting
down or maximum (9) counting up.
The ripple clock output (RCO) produces a low-level output pulse
under those same conditions but only while the clock input is
low. The counters easily cascade by feeding the RCO to the
enable input of the succeeding counter if parallel clocking is
used, or to the clock input if parallel enabling is used. Use the
MAX/MIN count output to accomplish look-ahead for high-
speed operation.
The devices are characterized over full military temperature
range of -55°C to +125°C.
串口读取数据的问题
我向串口发送AT命令,然后读取回显的数据。按道理应该是OK,2个字符,调试发现读取数据为2位,但返回数据却是第一位是?,第2位\0,不知道为什么。 char *buffer = new char; memset(buffer, ' ......
z997 嵌入式系统
编译的问题
BUILD: Directory: C:\WINCE500\private\osinternal\test\hal\ does not exist. private下面找不到osinternal文件夹是怎么回事啊!这个文件夹是做什么用的,不要行吗...
寂寞就带我 嵌入式系统
MSP430程序库ADC12模块
msp430内部含有ADC12模块,可以完成12位的模数转换,当对精度或其他指标要求不高时,可以选用430单片机内部的ADC12完成模数转换工作。这里主要实现了一个比较通用的ADC12模块初始化程序,具 ......
fish001 微控制器 MCU
液晶显示程序的苦恼???
为什么我的液晶显示程序在仿真器下运行的很好,烧写到flash以后,重新上电独立运行就显示不出来了呢?是不是因为flash和ram的访问时间不同造成时序冲突了?我用的是dsp的通用io口和液晶模块通信 ......
tangcongfai 模拟与混合信号
ddk问题
C#使用ddk,实现接收USB数据的问题...
wzp9999 嵌入式系统
PCB基础入门-参考
给新手的书...
徒步 单片机

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1791  166  2324  2546  1333  7  42  32  39  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