The UT54ACS11 and the UT54ACTS11 are triple three-input
AND gates. The circuits perform the Boolean functions
Y = A
⋅
B
⋅
C or Y = A + B + C in positive logic.
The devices are characterized over full military temperature
range of -55°C to +125°C.
FUNCTION TABLE
INPUTS
A
H
L
X
X
B
H
X
L
X
C
H
X
X
L
OUTPUT
Y
H
L
L
L
PINOUTS
14-Pin DIP
Top View
A1
B1
A2
B2
C2
Y2
V
SS
1
2
3
4
5
6
7
14
13
12
11
10
9
8
V
DD
C1
Y1
C3
B3
A3
Y3
14-Lead Flatpack
Top View
A1
B1
A2
B2
C2
Y2
V
SS
1
2
3
4
5
6
7
14
13
12
11
10
9
8
V
DD
C1
Y1
C3
B3
A3
Y3
LOGIC DIAGRAM
A1
B1
C1
LOGIC SYMBOL
A1
B1
C1
A2
B2
C2
A3
B3
C3
(1)
(2)
(13)
(3)
(4)
(5)
(9)
(10)
(11)
(8)
Y3
(6)
Y2
&
(12)
Y1
Y1
A2
B2
C2
A3
B3
C3
Y2
Y3
Note:
1. Logic symbol in accordance with ANSI/IEEE standard 91-1984 and
IEC Publication 617-12.
1
OPERATIONAL ENVIRONMENT
1
PARAMETER
Total Dose
SEU Threshold
2
SEL Threshold
Neutron Fluence
LIMIT
1.0E6
80
120
1.0E14
UNITS
rads(Si)
MeV-cm
2
/mg
MeV-cm
2
/mg
n/cm
2
Notes:
1. Logic will not latchup during radiation exposure within the limits defined in the table.
2. Device storage elements are immune to SEU affects.
ABSOLUTE MAXIMUM RATINGS
SYMBOL
V
DD
V
I/O
T
STG
T
J
T
LS
Θ
JC
I
I
P
D
PARAMETER
Supply voltage
Voltage any pin
Storage Temperature range
Maximum junction temperature
Lead temperature (soldering 5 seconds)
Thermal resistance junction to case
DC input current
Maximum power dissipation
LIMIT
-0.3 to 7.0
-.3 to V
DD
+.3
-65 to +150
+175
+300
20
±10
1
UNITS
V
V
°C
°C
°C
°C/W
mA
W
Note:
1. Stresses outside the listed absolute maximum ratings may cause permanent damage to the device. This is a stress rating only, functional operation of the device at
these or any other conditions beyond limits indicated in the operational sections is not recommended. Exposure to absolute maximum rating conditions for extended
periods may affect device reliability.
RECOMMENDED OPERATING CONDITIONS
SYMBOL
V
DD
V
IN
T
C
PARAMETER
Supply voltage
Input voltage any pin
Temperature range
LIMIT
4.5 to 5.5
0 to V
DD
-55 to + 125
UNITS
V
V
°C
2
DC ELECTRICAL CHARACTERISTICS
7
(V
DD
= 5.0V
±
10%; V
SS
= 0V
6
, -55°C < T
C
< +125°C); Unless otherwise noted, Tc is per the temperature range ordered.
SYMBOL
V
IL
PARAMETER
Low-level input voltage
1
ACTS
ACS
High-level input voltage
1
ACTS
ACS
Input leakage current
ACTS/ACS
Low-level output voltage
3
ACTS
ACS
High-level output voltage
3
ACTS
ACS
Short-circuit output current
2 ,4
ACTS/ACS
Output current
10
(Sink)
I
OH
Output current
10
(Source)
P
total
I
DDQ
ΔI
DDQ
Power dissipation
2, 8, 9
Quiescent Supply Current
Quiescent Supply Current Delta
ACTS
.5V
DD
.7V
DD
V
IN
= V
DD
or V
SS
I
OL
= 8.0mA
I
OL
= 100μA
I
OH
= -8.0mA
I
OH
= -100μA
V
O
= V
DD
and V
SS
V
IN
= V
DD
or V
SS
V
OL
= 0.4V
V
IN
= V
DD
or V
SS
V
OH
= V
DD
- 0.4V
C
L
= 50pF
V
DD
= 5.5V
For input under test
V
IN
= V
DD
- 2.1V
For all other inputs
V
IN
= V
DD
or V
SS
V
DD
= 5.5V
C
IN
C
OUT
Input capacitance
5
Output capacitance
5
ƒ
= 1MHz @ 0V
ƒ
= 1MHz @ 0V
15
15
pF
pF
1.8
10
1.6
mW/
MHz
μA
mA
-8
mA
.7V
DD
V
DD
- 0.25
-200
8
200
-1
1
0.40
0.25
CONDITION
MIN
MAX
0.8
.3V
DD
UNIT
V
V
IH
V
I
IN
V
OL
μA
V
V
OH
V
I
OS
I
OL
mA
mA
3
Notes:
1. Functional tests are conducted in accordance with MIL-STD-883 with the following input test conditions: V
IH
= V
IH
(min) + 20%, - 0%; V
IL
= V
IL
(max) + 0%, -
50%, as specified herein, for TTL, CMOS, or Schmitt compatible inputs. Devices may be tested using any input voltage within the above specified range, but are
guaranteed to V
IH
(min) and V
IL
(max).
2. Supplied as a design limit but not guaranteed or tested.
3. Per MIL-PRF-38535, for current density
≤
5.0E5 amps/cm
2
, the maximum product of load capacitance (per output buffer) times frequency should not exceed 3,765
pF/MHz.
4. Not more than one output may be shorted at a time for maximum duration of one second.
5. Capacitance measured for initial qualification and when design changes may affect the value. Capacitance is measured between the designated terminal and V
SS
at
frequency of 1MHz and a signal amplitude of 50mV rms maximum.
6. Maximum allowable relative shift equals 50mV.
7. All specifications valid for radiation dose
≤
1E6 rads(Si).
8. Power does not include power contribution of any TTL output sink current.
9. Power dissipation specified per switching output.
10. This value is guaranteed based on characterization data, but not tested.
4
AC ELECTRICAL CHARACTERISTICS
2
(V
DD
= 5.0V
±
10%; V
SS
= 0V
1
, -55°C < T
C
< +125°C); Unless otherwise noted, Tc is per the temperature range ordered.
STM32 uses an internal oscillator. When debugging the code that used to work, I found that it always died in the HAL_RCC_OscConfig function of the stm32f0xx_hal_rcc.c file. The following code was repe...
Preface
I have never used silicon chips before, and I know nothing about this brand. I remember it was a gecko logo. I was lucky enough to participate in the review this time, so I started to understa...
[i=s]This post was last edited by Hot Ximixiu on 2019-12-2 21:55[/i]After three or more ZigBee devices are successfully networked, if KEY1 is pressed on any device in the network, the status of LED1 o...
Question 1: When performing trigonometric operations, which method is faster? I am currently using cossp in c67fastMath downloaded from the official website, but the time it takes is about six times t...
When debugging, you often need to check some signals inside the module under test or even the signals inside multiple submodules instantiated in the module under test to find the cause of the problem....
There is nothing much to say about the unboxing. It is a paper box, two micro data cables and a development board. There is a voice broadcast when it is powered on. The screen is quite beautiful.My co...
The function of the indicator electrode is to indicate the electrode potential related to the concentration of the substance being measured. The indicator electrode is selective for the substance bein...[Details]
As Apple and Amazon fall behind, Microsoft is now the only technology company in the global capital market with a market value of over one trillion US dollars. During Steve Ballmer's tenure, Micros...[Details]
ROHM releases Schottky diode white paper to help automotive, industrial and consumer electronic devices achieve miniaturization and lower losses!
Preface
I...[Details]
Before writing this blog, I have to reflect on myself, because the serial port program in the past, like the stepper motor, sometimes worked and sometimes didn't. Now I finally know why, because ther...[Details]
Automotive connectors are a type of component that electronic engineers often come into contact with. Its function is very simple: to build a bridge of communication between blocked or isolated circu...[Details]
Infineon Technologies AG, a global semiconductor leader in power systems and the Internet of Things, announced the launch of the XENSIVTM sensor expansion board for Arduino, a versatile tool d...[Details]
According to foreign media reports, Canada-based NEO Battery Materials Ltd. is pleased to announce that it has launched three types of silicon negative electrode active materials, including NBMSiDE-P...[Details]
Advanced Search and Mark is a powerful tool for designers facing signal integrity and timing challenges, which complements and enhances the Pinpoint® trigger system in the Tektronix DPO7000 and MSO/DP...[Details]
(1) Characteristics of a pointer-type multimeter for detecting AC voltage. When a pointer-type multimeter is used to detect AC voltage, since the internal circuit of the pointer-type multimeter first...[Details]
On December 16, the Ministry of Finance, the State Administration of Taxation, the National Development and Reform Commission, and the Ministry of Industry and Information Technology issued an announ...[Details]
In PLC programming, the physical contacts of the stop button are usually connected as normally closed, and written as normally open in the program. Such a stop button only serves as a signal in thi...[Details]
Wind River®, a leading provider of critical infrastructure IoT software, today announced that it has teamed up with Airbiquity, a connected car services provider, to integrate key technologies to dev...[Details]
The schematic diagram is as follows: The source code is as follows: #include reg52.h #include intrins.h #include"define.h" #include"delay.h" #include"LCD1602.h" #include"DS18B20.h" #include"HL_a...[Details]
Sina Digital News reported on the afternoon of May 19 that Huawei held a new smart home product launch conference today, launching new products such as Huawei FreeBuds 4 wireless headphones, M...[Details]
With the continuous development of modern automobile technology, people are pursuing a more comfortable and easy-to-operate driving environment. Therefore, more and more cars are equipped with elec...[Details]