Overview

The CD4060 (CD4060B / HEF4060B / 74HC4060) is a 14-stage binary ripple counter with an integrated on-chip oscillator driver circuit manufactured by Texas Instruments, ON Semiconductor, and Renesas. It combines an oscillator stage (supporting an external RC network or a 32.768 kHz / MHz quartz crystal) with a 14-stage frequency divider inside a single 16-pin package.

Operating from 3.0V to 18.0V DC, the CD4060 divides the oscillator frequency by up to 16,384 (2142^{14}). Ten outputs are available externally (Q4Q10Q_4 \dots Q_{10} and Q12Q14Q_{12} \dots Q_{14}), enabling long-duration electronic timers (seconds to hours), LED flashers, tone generators, and crystal clock sources with no external microcontrollers.

Quick reference

Supply Voltage (VDD - VSS)3.0 V to 18.0 V DC (CD4000B) / 2.0V to 6.0V DC (74HC4060)
Oscillator CapabilityIntegrated Inverter Driver for RC Networks OR Quartz Crystal Oscillators
Divider Stages14 Binary Stages (21214=16,3842^1 \dots 2^{14} = 16,384)
Exposed Outputs10 Stage Outputs (Q4,Q5,Q6,Q7,Q8,Q9,Q10,Q12,Q13,Q14Q_4, Q_5, Q_6, Q_7, Q_8, Q_9, Q_{10}, Q_{12}, Q_{13}, Q_{14})
Missing OutputsQ1,Q2,Q3Q_1, Q_2, Q_3, and Q11Q_{11} are NOT exposed externally
Reset InputAsynchronous Active-HIGH Master Reset (RESETRESET)
Max Clock Frequency12 MHz12\text{ MHz} at VDD=15VVDD = 15\text{V} (3.5 MHz3.5\text{ MHz} at 5V5\text{V})
Package16-pin DIP / SOIC-16

Pinout (DIP-16 Package)

text
             ┌───┴───┐
         Q12 1│ 1   16│ VDD (+3V to +18V)
         Q13 2│       │15 Q10
         Q14 3│ CD4060│14 Q8
          Q6 4│       │13 Q9
          Q5 5│       │12 RESET (Master Reset)
          Q7 6│       │11 RS (Oscillator In / Clock In)
          Q4 7│       │10 RTC (R_EXT)
   VSS(GND) 8│       │9  CTC (C_EXT)
             └───────┘
PinNameTypeDescription
1Q12OutputStage 12 Output (÷4,096\div 4,096)
2Q13OutputStage 13 Output (÷8,192\div 8,192)
3Q14OutputStage 14 Output (÷16,384\div 16,384)
4Q6OutputStage 6 Output (÷64\div 64)
5Q5OutputStage 5 Output (÷32\div 32)
6Q7OutputStage 7 Output (÷128\div 128)
7Q4OutputStage 4 Output (÷16\div 16)
8VSSPowerDigital Ground (0 V)
9CTCOscillatorCapacitor Connection Pin for RC Oscillator (CXC_X)
10RTCOscillatorResistor Connection Pin for RC Oscillator (RXR_X)
11RSOscillatorOscillator Input Pin / External Clock Input
12RESETInputMaster Reset (Active HIGH: High = Reset all outputs to LOW & stop counter)
13Q9OutputStage 9 Output (÷512\div 512)
14Q8OutputStage 8 Output (÷256\div 256)
15Q10OutputStage 10 Output (÷1,024\div 1,024)
16VDDPowerPositive Power Supply (+3.0V to +18.0V DC)

Standard RC Oscillator Circuit Configuration

fOSC=12.3×RX×CXf_{OSC} = \frac{1}{2.3 \times R_X \times C_X}

Where RS2210×RXR_{S2} \approx 2 \dots 10 \times R_X isolates the timing network:

text
  Pin 9 (CTC) ───[ C_X ]───┬───[ R_X ]─── Pin 10 (RTC) ───[ R_S2 (2*R_X) ]─── Pin 11 (RS)

                           └─── Timing Node

32.768 kHz Quartz Crystal Oscillator Application (2 Hz Output)

Connecting a standard 32.768 kHz32.768\text{ kHz} watch crystal across Pins 10 and 11 produces an ultra-accurate 2.0 Hz2.0\text{ Hz} square wave on Output Q14Q_{14} (Pin 3):

fQ14=32,768 Hz214=32,76816,384=2.0 Hz (0.5 second period)f_{Q14} = \frac{32,768\text{ Hz}}{2^{14}} = \frac{32,768}{16,384} = 2.0\text{ Hz (0.5 second period)}

Common mistakes

  • Expecting Q1,Q2,Q3Q_1, Q_2, Q_3, or Q11Q_{11} outputs: These four internal stages are NOT connected to external pins on the CD4060.
  • Leaving RESET (Pin 12) ungrounded: Tie RESET to GND for continuous oscillation and counting.

Notes

  • CD4060 vs CD4020 vs NE555: CD4060 has an integrated oscillator + 14-stage divider for long multi-hour timing; NE555 is limited to shorter timing intervals due to capacitor leakage.

Assets & downloads