fbpx

7400 Series Guide: 74HC74/74LS74 (Dual D Flip-Flop)

The 74×74 (ex 74HC74) is a chip that comes packed with two D flip-flops with set and reset.

Learn how it works and how to use it with this beginner-friendly guide and start using D flip-flops in your projects.

74HC74 / 74LS74 Package And Pinout

What does the 74HC74 / 74LS74 do?

The 74×74 gives you two D flip-flops that you can use individually. A D flip-flop is small circuit that can store one bit.

A basic D flip-flop

It is commonly used as a basic building block in digital electronics to create counters or memory blocks such as shift registers.

You can also use it to make fun stuff like a coin tosser game by connecting the inverted output to the D input and having a fast, button-controlled clock signal.

How To Use This Chip

The 74HC74 comes in a 14-pin package, and you need to connect it to power before you can use it. Most 7400 ICs support a VCC voltage of 5V. One difference between the HC and LS version of the chip is that the 74HC74 supports 2V to 6V, while the 74LS74 only supports 5V.

Once you’ve connected it to power, you can use any of the two D flip-flop with set and reset inside.

7400 series IC connected to 5V on a breadboard
The 74HC74/74LS74 IC connected to power

Output Current

The 74HC74 supports an output current of around 4 mA.

For the 74LS74, the maximum current you can pull out of one output pin is only 0.4 mA when the pin is high (sourcing) or 8 mA when the pin is low (sinking). This can differ between models, so check the datasheet of your model to verify.

74×74 Pinout

The 74×74 has 14 pins and contains two D flip-flop with set and reset laid out as shown in the pinout diagram below:

74HC74 / 74LS74 Pinout
Pin NamePin #TypeDescription
1RST1InputReset signal for the first the flip-flop (inverted).
1D2InputInput to the first flip-flop.
1CLK3InputClock input to the first flip-flop.
1SET4InputPreset signal for the first the flip-flop (inverted).
1Q5OutputOutput from the first flip-flop.
1Q6OutputOutput from the first flip-flop (inverted).
GND7PowerConnect to ground (GND).
2Q8OutputOutput from the second flip-flop (inverted).
2Q9OutputOutput from the second flip-flop.
2SET10InputPreset signal for the second flip-flop (inverted).
2CLK11InputClock Input to the second flip-flop.
2D12InputInput to the second flip-flop.
2RST13InputReset signal for the second the flip-flop (inverted).
VCC14PowerPositive power supply (VCC). Connect to +5V power.
Pin overview for the 74x74x IC

Alternatives and Equivalents for 74HC74 / 74LS74

There are many versions of the 74×74 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:

  • 74HC74 (High-speed CMOS)
  • 74HCT74 (High-speed CMOS, TTL compatible)
  • 74LS74 (High-speed TTL)
  • 74LVC74 (Low Voltage TTL)
  • 74AC74 (Advanced CMOS)
  • 74ALS74 (Advanced Low-Power Schottky TTL)
  • 74F74 (Very High Speed)
  • 74C74 (CMOS, similar to the 4000-series)

Some manufacturers also add a prefix, such as the SN74HC74 and SN74LS74 by Texas Instruments.

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

  • CD4013 – Dual D flip-flop with preset and clear.
  • 74×79 – Dual D flip-flop with asynchronous preset and clear.
  • 74×171 – Quad D flip-flop with clear.
  • 74×173 – Quad D flip-flop with asynchronous clear.
  • 74×174 – Hex D flip-flop with common asynchronous clear.
  • 74×175 – Quad D flip-flop with complementary outputs and asynchronous clear.

If you can’t find the 74×74 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 74LS74 and 74HC74 chips

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

Leave a Comment