7400 Series Guide: 74HC12/74LS12 (3-input NAND gates)

The 74×12 (ex 74LS12) is a chip with three 3-input open-collector NAND gates. With an open collector output, it’s easy to connect it to other chips that use different logic levels. However, it also means you can’t just swap it out with a regular NAND gate chip

In this guide, you’ll learn the things you need to know about this chip to use 3-input NAND gates in your own projects.

74HC12 / 74LS12 Package And Pinout

What does the 74HC12 / 74LS12 do?

The 74×12 gives you three 3-input open-collector NAND gates. A NAND gate is a logic gate that outputs 0 (LOW) only if all of its inputs are 1 (HIGH).

3-input NAND gate symbol
3-input NAND gate symbol
Input AInput BInput COutput Q
0001
0011
0101
0111
1001
1011
1101
1110
Truth Table for the 3-input NAND gate

How To Use This Chip

The 74LS12 comes in a 14-pin package, and you need to connect 5V to its power pins before you can use it.

This chip uses open-collector outputs which means you can only sink current, not source it.

The output of each gate in the 7412 can sink around 16 milliamps. On the other hand, the 74LS12 can usually handle about 8 milliamps of current. However, these values might differ depending on the chip manufacturer.

7400 series IC connected to 5V on a breadboard
The 7412/74LS12 IC connected to power

74×12 Pinout

The 74×12 has 14 pins and contains three 3-input open-collector NAND gates laid out as shown in the pinout diagram below:

7412 / 74LS12 Pinout
Pin #TypeDescription
1InputInput to the first NAND gate.
2InputInput to the first NAND gate.
3InputInput to the second NAND gate.
4InputInput to the second NAND gate.
5InputInput to the second NAND gate.
6OutputOpen-collector output from the second NAND gate.
7PowerConnect to ground (GND).
8OutputOpen-collector output from the third NAND gate.
9InputInput to the third NAND gate.
10InputInput to the third NAND gate.
11InputInput to the third NAND gate.
12OutputOpen-collector output from the first NAND gate.
13InputInput to the first NAND gate.
14PowerPositive power supply (VCC). Connect to +5V power.
Pin overview for the 74×12 IC

Alternatives and Equivalents for 74HC12 / 74LS12

There are many versions of the 74×12 chip. They all have the same functionality but with different specifications such as supported voltages and maximum current output.

Here’s a list of a few equivalents of this chip:

  • 7412
  • 74HC12 (High-speed CMOS)
  • 74HCT12 (High-speed CMOS, TTL compatible)
  • 74LS12 (High-speed TTL)
  • 74LVC12 (Low Voltage TTL)
  • 74AC12 (Advanced CMOS)
  • 74ALS12 (Advanced Low-Power Schottky TTL)
  • 74F12 (Very High Speed)
  • 74C12 (CMOS, similar to the 4000-series)

Some manufacturers also add a prefix, such as the NTE7412 by NTE Electronics.

Can’t find the 74×12 anywhere? Then try one of the following IC alternatives:

  • 74×10 – Triple 3-input open-collector NAND gates
  • CD4023 – Triple 3-input NAND gates

If you can’t find the 74×12 IC in your local electronics store, don’t worry, you’ll most likely find it in one of the stores listed on this page of online stores where you’ll find components and tools for all your electronics projects.

Datasheet for the 74×12 chip

Download the PDF datasheet for your version of the 74×12 here:

Leave a Comment