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

关键词

搜索

型号

搜索

N74F395N

产品描述4-bit cascadable shift register 3-State
产品类别逻辑    逻辑   
文件大小60KB,共7页
制造商Philips Semiconductors (NXP Semiconductors N.V.)
官网地址https://www.nxp.com/
下载文档 详细参数 选型对比 全文预览

N74F395N概述

4-bit cascadable shift register 3-State

N74F395N规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称Philips Semiconductors (NXP Semiconductors N.V.)
包装说明DIP, DIP16,.3
Reach Compliance Codeunknow
JESD-30 代码R-PDIP-T16
JESD-609代码e0
最大频率@ Nom-Su95000000 Hz
位数4
功能数量1
端子数量16
最高工作温度70 °C
最低工作温度
封装主体材料PLASTIC/EPOXY
封装代码DIP
封装等效代码DIP16,.3
封装形状RECTANGULAR
封装形式IN-LINE
电源5 V
认证状态Not Qualified
标称供电电压 (Vsup)5 V
表面贴装NO
技术TTL
温度等级COMMERCIAL
端子面层Tin/Lead (Sn/Pb)
端子形式THROUGH-HOLE
端子节距2.54 mm
端子位置DUAL

文档预览

下载PDF文档
Philips Semiconductors
Product specification
4-bit cascadable shift register (3-State)
74F395
FEATURES
4-bit parallel load shift register
Independent 3-State buffer outputs, Q0–Q3
Separate Qs output for serial expansion
Asynchronous Master Reset
DESCRIPTION
The 74F395 is a 4-bit Shift Register with serial and parallel
synchronous operating modes and 3-State buffer outputs. The
shifting and loading operations are controlled by the state of the
Parallel Enable (PE) input. When PE is High, data is loaded from the
Parallel Data inputs (D0–D3) into the register synchronous with the
High-to-Low transition of the Clock input (CP). When PE is Low, the
data at the Serial Data input (Ds) is loaded into the Q0 flip-flop, and
the data in the register is shifted one bit to the right in the direction
(Q0!Q1!Q2!Q3) synchronous with the negative clock transition.
The PE and Data inputs are fully edge-triggered and must be stable
one setup prior to the High-to-Low transition of the clock.
The Master Reset (MR) is an asynchronous active-Low input. When
Low, the MR overrides the clock and all other inputs and clears the
register.
The 3-state output buffers are designed to drive heavily loaded
3-State buses, or large capacitive loads.
The active-Low Output Enable (OE) controls all four 3-State buffers
independent of the register operation. The data in the register
appears at the outputs when OE is Low. The outputs are in High
impedance “OFF” state, which means they will neither drive nor load
the bus when OE is High. The output from the last stage is brought
out separately. This output (Qs) is tied to the Serial Data input (Ds)
of the next register for serial expansion applications. The Qs output
is not affected by the 3-State buffer operation.
PIN CONFIGURATION
MR
Ds
D0
D1
D2
D3
PE
GND
1
2
3
4
5
6
7
8
16
15
14
13
12
11
10
9
V
CC
Q0
Q1
Q2
Q3
Qs
CP
OE
SF00940
TYPE
74F395
TYPICAL f
MAX
120MHz
TYPICAL SUPPLY CURRENT
(TOTAL)
32mA
ORDERING INFORMATION
DESCRIPTION
16-pin plastic DIP
16-pin plastic SO
COMMERCIAL RANGE
V
CC
= 5V
±10%,
T
amb
= 0°C to +70°C
N74F395N
N74F395D
INPUT AND OUTPUT LOADING AND FAN-OUT TABLE
PINS
D0 – D3
Ds
PE
MR
OE
CP
Qs
Q0–Q3
Data inputs
Serial data input
Parallel Enable input
Master Reset input (active Low)
Output Enable input (active Low)
Clock Pulse input (active falling edge)
Serial expansion output
Data outputs (3-State)
DESCRIPTION
74F (U.L.)
HIGH/LOW
1.0/1.0
1.0/1.0
1.0/1.0
1.0/1.0
1.0/1.0
1.0/1.0
50/33
150/40
LOAD VALUE
HIGH/LOW
20µA/0.6mA
20µA/0.6mA
20µA/0.6mA
20µA/0.6mA
20µA/0.6mA
20µA/0.6mA
1.0mA/20mA
3.0mA/24mA
NOTE:
One (1.0) FAST unit load is defined as: 20µA in the High state and 0.6mA in the Low state.
1990 Oct 23
1
853–0370 00780

N74F395N相似产品对比

N74F395N 74F395
描述 4-bit cascadable shift register 3-State 4-bit cascadable shift register 3-State
一款音质卓越的立体声语音模块
见附件: ◆ 语音为 MP3 格式,音质优美,通用性好,占据容量小,容易制作◆ SD 卡作为存储语音的载体,存储容量大,性能高,安全性高◆ 语音更新十分方便,只需 SD 卡与电脑连接即可.◆ 存储内容按 ......
lnspeed 消费电子
用c语言写的c51闹钟程序
#include<reg51.h>uchar code tab={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F}void view() /*七段数码管显示程序 七个管轮流显示*/{P3=0x01; unsigned int i=0;while(i<6){n=vn ......
eeleader-mcu 51单片机
【NXP Rapid IoT评测】这个电老虎哎
  根据 @littleshrimp 在这个帖子 https://bbs.eeworld.com.cn/thread-1065991-1-1.html 里的指点,我也测量了一下工作电流。先用镊子把电池插头从座子里拔出,然后在测试点 TP32, TP33 (紧 ......
cruelfox 无线连接
ARM体系结构(英文版)
可通过ARM体系介绍中的英文术语,联系自己的学习记忆,可更加深入地理解ARM体系结构,值得推荐。...
piggyfeng ARM技术
自己编写的裸机程序只有链接Jlink才能运行
JLink+J-Link ARM下载NandFlash裸机程序, r loadbin xxxx.bin 0 g 可以运行。再次输入“r”复位或掉电重启就不能运行了,也就是只运行了一次。我用同样的方式下载uboot,uboot启动总能运行 ......
lzwml ARM技术
msp430f249简单串口程序,却出错。。。。
本帖最后由 zyf6095 于 2016-9-5 17:28 编辑 如题,利用串口的接收中断,串口助手发字节我希望返回数组内容abc,但遇到俩问题:1、发送任何内容都不能显示(已全速运行),除非按下复位键。2 ......
zyf6095 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2571  2212  1873  1979  988  7  15  18  23  26 

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