Overview

The 74HCT00 (SN74HCT00) is a high-speed silicon-gate CMOS integrated circuit containing four independent 2-input NAND logic gates. It provides identical logical functionality and pinout to the standard 74HC00 and legacy 74LS00, but is fabricated with TTL-compatible input switching thresholds.

Operating from a standard +5.0V+5.0\text{V} power rail, the 74HCT00 recognizes any input above VIH2.0VV_{IH} \ge 2.0\text{V} as a valid logic HIGH (and below VIL0.8VV_{IL} \le 0.8\text{V} as a logic LOW), while driving full rail-to-rail CMOS outputs (0V0\text{V} to 5V5\text{V}). This makes the 74HCT00 an essential interface element for connecting 3.3V microcontroller outputs (ESP32, Raspberry Pi, ARM Cortex) or classic 74LS TTL chips directly to 5V CMOS logic gates.

Quick reference

Supply Voltage (VCC)4.5 V to 5.5 V DC (5.0 V nominal)
Logic FamilyTTL-Compatible High-Speed CMOS (74HCT)
Gate Count4 Independent 2-Input NAND Gates
Input ThresholdsVIH2.0 VV_{IH} \ge 2.0\text{ V}, VIL0.8 VV_{IL} \le 0.8\text{ V} (Direct 3.3V / TTL compatibility)
Logic FunctionY=ABY = \overline{A \cdot B}
Propagation Delay (tpdt_{pd})10 ns10\text{ ns} typ (20 ns20\text{ ns} max) at VCC=4.5VV_{CC} = 4.5\text{V}
Output Drive Current±4.0 mA\pm 4.0\text{ mA} at VCC=4.5VV_{CC} = 4.5\text{V}
Package Options14-pin DIP / SOIC-14 / TSSOP-14

Pinout (DIP-14 Package)

text
             ┌───┴───┐
          1A 1│ 1   14│ VCC
          1B 2│       │13 4B
          1Y 3│       │12 4A
          2A 4│74HCT00│11 4Y
          2B 5│       │10 3B
          2Y 6│       │9  3A
         GND 7│       │8  3Y
             └───────┘
PinNameTypeDescription
1, 21A, 1BDigital InputGate 1 Data Inputs (TTL/3.3V compatible)
31YDigital OutputGate 1 NAND Output (1Y=1A1B1Y = \overline{1A \cdot 1B})
4, 52A, 2BDigital InputGate 2 Data Inputs
62YDigital OutputGate 2 NAND Output (2Y=2A2B2Y = \overline{2A \cdot 2B})
7GNDPowerGround reference (0 V)
83YDigital OutputGate 3 NAND Output (3Y=3A3B3Y = \overline{3A \cdot 3B})
9, 103A, 3BDigital InputGate 3 Data Inputs
114YDigital OutputGate 4 NAND Output (4Y=4A4B4Y = \overline{4A \cdot 4B})
12, 134A, 4BDigital InputGate 4 Data Inputs
14VCCPowerSupply voltage (+4.5 V to +5.5 V DC)

Function Table

Input AInput BOutput Y (AB\overline{A \cdot B})
Low (L0.8VL \le 0.8\text{V})Low (L0.8VL \le 0.8\text{V})High (H4.4VH \ge 4.4\text{V})
Low (L0.8VL \le 0.8\text{V})High (H2.0VH \ge 2.0\text{V})High (H4.4VH \ge 4.4\text{V})
High (H2.0VH \ge 2.0\text{V})Low (L0.8VL \le 0.8\text{V})High (H4.4VH \ge 4.4\text{V})
High (H2.0VH \ge 2.0\text{V})High (H2.0VH \ge 2.0\text{V})Low (L0.1VL \le 0.1\text{V})

Specifications

ParameterSymbolMinTypMaxUnitConditions
Supply VoltageVCCV_{CC}4.55.05.5VStandard HCT range
High-Level Input VoltageVIHV_{IH}2.0VVCC=4.5V5.5VV_{CC} = 4.5\text{V} \dots 5.5\text{V}
Low-Level Input VoltageVILV_{IL}0.8VVCC=4.5V5.5VV_{CC} = 4.5\text{V} \dots 5.5\text{V}
High-Level Output VoltageVOHV_{OH}4.44.5VVCC=4.5V,IOH=20 μAV_{CC} = 4.5\text{V}, I_{OH} = -20\ \mu\text{A}
High-Level Output Voltage (Load)VOHV_{OH}3.844.32VVCC=4.5V,IOH=4.0 mAV_{CC} = 4.5\text{V}, I_{OH} = -4.0\text{ mA}
Low-Level Output VoltageVOLV_{OL}0.00.1VVCC=4.5V,IOL=20 μAV_{CC} = 4.5\text{V}, I_{OL} = 20\ \mu\text{A}
Low-Level Output Voltage (Load)VOLV_{OL}0.170.33VVCC=4.5V,IOL=4.0 mAV_{CC} = 4.5\text{V}, I_{OL} = 4.0\text{ mA}
Propagation DelaytPLH,tPHLt_{PLH}, t_{PHL}1020nsVCC=4.5V,CL=50 pFV_{CC} = 4.5\text{V}, C_L = 50\text{ pF}
Quiescent CurrentICCI_{CC}2.0µAVIN=VCC or GNDV_{IN} = V_{CC}\text{ or GND}

Common mistakes

  • Powering below 4.5V: Standard 74HCT logic requires a regulated 5V±10%5\text{V} \pm 10\% rail (4.5V5.5V4.5\text{V} \dots 5.5\text{V}). It cannot operate reliably at 3.3V3.3\text{V} or 2.0V2.0\text{V} (use 74HC00 or 74LVC00 for low-voltage supplies).
  • Leaving unused gate inputs floating: Unconnected CMOS inputs float, generating internal shoot-through currents and sporadic output toggling. Tie unused input pins to VCCV_{CC} or GNDGND.
  • Confusing 74HC00 with 74HCT00 for 3.3V logic translation: A standard 74HC00 powered by 5V requires VIH3.15VV_{IH} \ge 3.15\text{V}, which provides negligible margin for 3.3V signals. Always specify 74HCT00 when driving from 3.3V microcontrollers into 5V logic.

Notes

  • Pin-Compatible Replacements: 74HC00, 74LS00, 74ALS00, SN74HCT00N, CD74HCT00.

Assets & downloads