Pinout diagram
Summary specifications
Full pin reference
| Pin | Name | Group | Direction | Levels | Description |
|---|---|---|---|---|---|
| 1 | 1A | I/O | Input | TTL, 0 V / 5 V | Gate 1, input A. An unused input must be tied low, not left floating. |
| 2 | 1B | I/O | Input | TTL, 0 V / 5 V | Gate 1, input B. |
| 3 | 1Y | I/O | Output | TTL totem-pole | Gate 1 output. High when either 1A or 1B is high. |
| 4 | 2A | I/O | Input | TTL, 0 V / 5 V | Gate 2, input A. |
| 5 | 2B | I/O | Input | TTL, 0 V / 5 V | Gate 2, input B. |
| 6 | 2Y | I/O | Output | TTL totem-pole | Gate 2 output. High when either 2A or 2B is high. |
| 7 | GND | Ground | Power | 0 V | Ground return for all four gates. |
| 8 | 3Y | I/O | Output | TTL totem-pole | Gate 3 output. High when either 3A or 3B is high. |
| 9 | 3A | I/O | Input | TTL, 0 V / 5 V | Gate 3, input A. |
| 10 | 3B | I/O | Input | TTL, 0 V / 5 V | Gate 3, input B. |
| 11 | 4Y | I/O | Output | TTL totem-pole | Gate 4 output. High when either 4A or 4B is high. |
| 12 | 4A | I/O | Input | TTL, 0 V / 5 V | Gate 4, input A. |
| 13 | 4B | I/O | Input | TTL, 0 V / 5 V | Gate 4, input B. |
| 14 | VCC | Power | Power | +5 V | Positive supply. Decouple with 100 nF close to the pin. |
Common uses and repair diagnostics
The 74LS32 holds four independent 2-input OR gates in a 14-pin DIP, and like the 74LS08 it follows the standard 74LS00 pinout: inputs first, output third, on each group, with outputs on pins 3, 6, 8 and 11. It is the part you reach for when a signal should assert if either of two conditions is true — an interrupt line that any of several devices can pull, a fault flag that any of several monitors can raise, a chip-select that covers either of two address ranges.
The 74LS32 is the standard OR-gate glue on boards that need a signal to assert when any of several conditions is true. It combines interrupt requests from several peripherals into one line to the CPU, ORs address-decode outputs to cover discontiguous memory ranges, and builds the simple fault-logic that lights a status LED when any of several rails droops. Because the OR is the natural partner of the AND, a board that uses both will often pair a 74LS08 and a 74LS32 next to each other, and the two share the same pinout. The 74HC32 and 74HCT32 are the CMOS equivalents and drop straight in.
- With power off, probe pin 14 (VCC) to pin 7 (GND) for a low-ohms supply rail; a dead short or open points to a decoupling capacitor or the chip itself.
- Power up and check pin 14 sits at 4.75 to 5.25 V. A sagging rail pulls the gate outputs out of spec and is often the real fault, not the gate.
- Drive either input of a gate high and measure the output: it must rise above 2.7 V. A stuck-low output suggests a failed totem-pole transistor.
- Tie any unused gate input to GND; a floating LS input drifts high, which on an OR gate forces the output high and can mask a real fault downstream.
- If several gates misbehave at once, suspect the supply decoupling first — a 74LS32 with no bypass capacitor can glitch the whole board when its outputs switch.