Overview

The 74HC132 (SN74HC132) is a high-speed silicon-gate CMOS integrated circuit containing four independent 2-input NAND gates with Schmitt-trigger hysteresis on every input. It shares the identical pinout and logic function (Y=ABY = \overline{A \cdot B}) of the standard 74HC00, but each input has separate positive-going (VT+2.7 VV_{T+} \approx 2.7\text{ V} at 4.5V4.5\text{V}) and negative-going (VT1.8 VV_{T-} \approx 1.8\text{ V}) threshold trip points.

This internal hysteresis of typically 0.7 V0.9 V0.7\text{ V} \dots 0.9\text{ V} eliminates jitter and spurious double-triggering caused by slow rise/fall times or noisy signal lines. Furthermore, because it is a 2-input gate, one input can serve as an active-high enable/gating line, allowing developers to create gated clock generators, tone burst generators, and pulse-width modulators with minimal component count.

Quick reference

Supply Voltage (VCC)2.0 V to 6.0 V DC (5.0 V nominal)
Logic FamilyHigh-Speed CMOS (74HC) / TTL-Compatible (74HCT)
Gate Count4 Independent 2-Input Schmitt-Trigger NAND Gates
Hysteresis Voltage (VHV_H)0.4 V0.4\text{ V} min (0.7 V0.9 V0.7\text{ V} \dots 0.9\text{ V} typ) at VCC=4.5VV_{CC} = 4.5\text{V}
Propagation Delay (tpdt_{pd})11 ns11\text{ ns} typ (21 ns21\text{ ns} max) at VCC=4.5VV_{CC} = 4.5\text{V}
Output Drive Current±5.2 mA\pm 5.2\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│74HC132│11 4Y
          2B 5│       │10 3B
          2Y 6│       │9  3A
         GND 7│       │8  3Y
             └───────┘
PinNameTypeDescription
1, 21A, 1BSchmitt InputGate 1 Inputs with Hysteresis
31YDigital OutputGate 1 NAND Output (1Y=1A1B1Y = \overline{1A \cdot 1B})
4, 52A, 2BSchmitt InputGate 2 Inputs with Hysteresis
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, 3BSchmitt InputGate 3 Inputs with Hysteresis
114YDigital OutputGate 4 NAND Output (4Y=4A4B4Y = \overline{4A \cdot 4B})
12, 134A, 4BSchmitt InputGate 4 Inputs with Hysteresis
14VCCPowerSupply voltage (+2.0 V to +6.0 V DC)

Function Table

Input AInput BOutput Y (AB\overline{A \cdot B})
Low (L<VTL < V_{T-})Low (L<VTL < V_{T-})High (HH)
Low (L<VTL < V_{T-})High (H>VT+H > V_{T+})High (HH)
High (H>VT+H > V_{T+})Low (L<VTL < V_{T-})High (HH)
High (H>VT+H > V_{T+})High (H>VT+H > V_{T+})Low (LL)

Specifications

ParameterSymbolMinTypMaxUnitConditions
Supply VoltageVCCV_{CC}2.05.06.0VOperating DC range
Positive Threshold VoltageVT+V_{T+}2.02.73.15VVCC=4.5VV_{CC} = 4.5\text{V}
Negative Threshold VoltageVTV_{T-}0.91.82.0VVCC=4.5VV_{CC} = 4.5\text{V}
Hysteresis VoltageVHV_H0.40.91.4VVT+VT,VCC=4.5VV_{T+} - V_{T-}, V_{CC} = 4.5\text{V}
Output Drive CurrentIOUTI_{OUT}±5.2\pm 5.2mAVCC=4.5VV_{CC} = 4.5\text{V}
Propagation DelaytPLH,tPHLt_{PLH}, t_{PHL}1121nsVCC=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}

Typical Applications

Gated RC Clock Generator (Buzzer / Tone Burst Generator)

When the Enable control is HIGH, the circuit oscillates continuously; when Enable is LOW, the oscillator is stopped and output is held HIGH:

text
 Enable (HIGH = Run) ───► [Pin 1: 1A]
                                 74HC132
                          [Pin 3: 1Y] ────┬──────────────► Gated Clock Output
                                 │        │
               ┌──────[ R = 10kΩ ]───────┘

          [Pin 2: 1B]

          [ C = 100nF ]

              GND

Common mistakes

  • Leaving unused gate inputs floating: As with all CMOS ICs, floating inputs drift into high-frequency oscillation. Tie unused inputs to VCC or GND.
  • Assuming pinout difference from 74HC00: The 74HC132 uses the exact same 14-pin pinout as the standard 74HC00. It is a direct drop-in upgrade for noisy NAND logic environments.

Notes

  • 74HC132 vs CD4093B: 74HC132 operates up to 6V with fast 11 ns11\text{ ns} delay; CD4093B operates up to 18V with slower 100 ns\sim 100\text{ ns} delay.

Assets & downloads