
A complete guide to the 74LS32 (7432) logic gate - its operation, technical specifications, pinout, practical applications, and circuit examples for projects with Arduino.
emmanuelhdev

The 7432 OR Gate IC Pin Diagram Datasheet (7432/74LS32) is a high-quality electronic component, designed for professional applications in} and digital systems.
The 74LS32 (7432) is a TTL integrated circuit that houses four two-input OR logic gates. It is typically powered with +5V (4.75–5.25V), and each gate performs the Boolean operation Y = A+B: the output is "1" if any of the inputs is "1". Only when both inputs are "0" is the output "0".
This component from the 74LS (Low-power Schottky) series is known for its ease of use in breadboards and digital projects involving Arduino, microcontrollers, and telecommunication systems where combined OR logic functions are needed.
The 74LS32 is a quad low-power OR gate (LS series). Its main features include:
This allows it, for example, to drive LEDs or simple loads directly from the output, making it ideal for basic digital electronics projects.
Each OR gate inside the 74LS32 operates with a simple logic: the output is "1" when at least one of the inputs is "1". This Boolean operation is expressed as Y = A+B.
Truth table for each OR gate:
| Input A | Input B | Output Y |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
Internal operation: Each gate is based on low-power Schottky TTL technology, using bipolar transistors and Schottky diodes to switch quickly with a typical delay of ~14 ns.
The 74LS32 comes in a 14-pin DIP package with the following configuration:
Note: The pin diagram is identical to that of the 74LS08 (AND) gate, making them easy to swap in prototypes.
| Specification | Parameter (74LS32) |
|---|---|
| Logic Function | OR |
| Number of OR gates | 4 (quad) |
| Inputs per gate | 2 |
| Supply Voltage | 4.75 – 5.25 V |
| Technology | TTL 74LS family (LS-TTL) |
| Output Current (I<sub>OL</sub>) | up to 8 mA (low level) |
| Output Current (I<sub>OH</sub>) | –0.4 mA (high level) |
| Max. Speed (f<sub>max</sub>) | ~22 MHz |
| Typical Delay (t<sub>pd</sub>) | ~14 ns (propagation) |
| Operating T<sub>range</sub> | 0 °C to 70 °C |
In addition to the 74LS32 (TTL LS), there are variants compatible with different technologies:
The 74LS32 is very useful in digital prototypes where signals need to be combined:
Example circuit: Two push-buttons (S1, S2) with pull-down resistors (R1, R2) control the A and B inputs of the gate. The Y output drives an LED with a resistor (R3). If either of the two buttons is pressed, the LED turns on.
Circuit connections:
What gate is the 7432? The 7432 (or 74LS32) is an integrated circuit with four two-input OR logic gates.
What is the truth table for the 74LS32? Each OR gate follows the table: A=0,B=0 → Y=0; 0,1→1; 1,0→1; 1,1→1. The output is "1" if input A or input B is "1".
What voltage does the 74LS32 operate at? It operates at a standard TTL voltage, typically 5V (range 4.75–5.25V). For 3.3V systems, it is better to use a 74HCT32.
Can I use a 74HC32 instead of a 74LS32? Yes. The 74HC32 is the CMOS version, operating between 2V and 6V. In a 5V system, it is a direct replacement, with lower consumption and better output current capability.
How do I connect the 74LS32 on a breadboard with Arduino? Connect VCC to +5V (pin 14) and GND to 0V (pin 7). Use the inputs to read signals from sensors or buttons, and the outputs to activate LEDs or other parts of your circuit. Remember to use pull-down/up resistors on the inputs if they might be left unconnected.
What do SN74LS32, 74HC32, etc., mean? The prefix indicates the logic family: 74LS32 is TTL Low-Power Schottky; 74HC32 is High-speed CMOS; 74HCT32 is CMOS with TTL-compatible inputs. All perform the same OR function but differ in voltage, speed, and consumption.
References: Information is based on official datasheets from Texas Instruments and technical sources to ensure accuracy.

A complete guide to the 74LS32 (7432) logic gate - its operation, technical specifications, pinout, practical applications, and circuit examples for projects with Arduino.
emmanuelhdev

Complete IC datasheet guide for 7408 AND gate, 7432 OR gate, 7404 NOT gate, 7400 NAND gate, and 7486 XOR gate. Pin diagrams, truth tables, and specifications included.
emmanuelhdev
Click to load comments