fbpx

7400 Series Guide: 74HC92/74LS92 (Divide-by-twelve counter)

The 74×92 (ex 74LS92) is a chip containing a divide-by-twelve counter. This is useful for digital clocks.

In this guide, you’ll learn the things you need to know about this chip in order to use the divide-by-12 counter in your own projects.

74HC92 / 74LS92 Package And Pinout

What does the 74HC92 / 74LS92 do?

The 74×92 gives you divide-by-twelve counter that counts from 0 to 11 and gives you the result in a 4-bit binary format. Then it resets to back to 0. It is specifically designed to count 12 occurrences of an event.

How To Use This Chip

The 74HC92 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 74HC92 supports 2V to 6V, while the 74LS92 only supports 5V.

The maximum current you can pull out of one output pin of the 74LS92 is 0.8 mA when the pin is high (sourcing) or 16 mA when the pin is low (sinking). For 74HC chips, it’s usually 4 mA both sourcing and sinking.

This can differ between models, so check the datasheet of your model to verify.

7400 series IC connected to 5V on a breadboard
The 74HC92/74LS92 IC connected to power

The chip actually contains two counters, so to count up to 12, you need to connect the CLK1 input to the Q0 output. Then use CLK0 as the input for your counting pulses.

The chip is organized internally to first divide by 2 and then further divide that result by 6 using the two clock inputs. By combining these operations, you achieve an overall division by 12.

74×92 Pinout

The 74×92 has 14 pins and contains a 4-bit asynchronous divide-by-twelve counter with pins laid out as shown in the pinout diagram below:

7492 Pinout
Pin NamePin #TypeDescription
CLK11InputClock input for divide-by-6 section (active low).
2NCNot connected.
3NCNot connected.
4NCNot connected.
VCC5PowerPositive power supply. Connect to +5V power.
RST16InputReset input for counter 1 (resets when high).
RST27InputReset input for counter 2 (resets when high).
Q28Output2nd bit output in the counter sequence.
Q19Output1st bit output in the counter sequence.
GND10PowerConnect to ground (GND).
Q311Output3rd bit output in the counter sequence.
Q012Output0th bit output in the counter sequence, least significant bit.
13NCNot connected.
CLK014InputClock input for divide-by-2 section (active low).
Pin overview for the 74×92 IC

Alternatives and Equivalents for 74HC92 / 74LS92

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

  • 74HC92 (High-speed CMOS)
  • 74HCT92 (High-speed CMOS, TTL compatible)
  • 74LS92 (High-speed TTL)
  • 74LVC92 (Low Voltage TTL)
  • 74AC92 (Advanced CMOS)
  • 74ALS92 (Advanced Low-Power Schottky TTL)
  • 74F92 (Very High Speed)
  • 74C92 (CMOS, similar to the 4000-series)

Some manufacturers also add a prefix, such as the SN74HC92 and SN74LS92 by Texas Instruments.

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

  • CD4018 – Presettable divide-by-N counter
  • CD4059 – Programmable divide-by-N counter
  • CD4522 – Programmable BCD divide-by-N counter

If you can’t find the 74×92 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 74LS92 and 74HC92 chips

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

Leave a Comment