Overview

The CD4020 (CD4020B / HEF4020B / 74HC4020) is a 14-stage binary ripple counter and frequency divider IC manufactured by Texas Instruments, ON Semiconductor, and Renesas. It advances its internal binary count on each negative-going edge (\downarrow) of the master clock input (CLK\overline{CLK}).

Operating over 3.0V to 18.0V DC (CD4000B series), the CD4020 divides the input clock frequency by powers of 2 (212^1 to 214=16,3842^{14} = 16,384). Twelve of the 14 stages are available on external pins (Q1Q_1 and Q4Q_4 through Q14Q_{14}), making it ideal for long-period digital timers, clock prescalers, and frequency synthesizers.

Quick reference

Supply Voltage (VDD - VSS)3.0 V to 18.0 V DC (CD4000B) / 2.0V to 6.0V DC (74HC4020)
Divider Stages14 Binary Stages (21214=16,3842^1 \dots 2^{14} = 16,384)
Exposed Outputs12 Buffered Outputs (Q1,Q4,Q5,Q6,Q7,Q8,Q9,Q10,Q11,Q12,Q13,Q14Q_1, Q_4, Q_5, Q_6, Q_7, Q_8, Q_9, Q_{10}, Q_{11}, Q_{12}, Q_{13}, Q_{14})
Missing OutputsQ2Q_2 (22=42^2 = 4) and Q3Q_3 (23=82^3 = 8) are NOT exposed externally
Clock Input TriggerNegative-Edge Triggered (\downarrow HIGH-to-LOW transition)
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 Q9
         Q14 3│ CD4020│14 Q8
          Q6 4│       │13 NC (Q3 internal)
          Q5 5│       │12 NC (Q2 internal)
          Q7 6│       │11 RESET (Master Reset)
          Q4 7│       │10 /CLK (Clock In)
   VSS(GND) 8│       │9  Q1
             └───────┘
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)
9Q1OutputStage 1 Output (÷2\div 2)
10\CLKInputMaster Clock Input (Negative-edge triggered \downarrow)
11RESETInputMaster Reset (Active HIGH: High = Reset all stages to LOW)
12, 13NCUnusedInternal Q2Q_2 and Q3Q_3 stages (Not brought out to pins)
14Q8OutputStage 8 Output (÷256\div 256)
15Q9OutputStage 9 Output (÷512\div 512)
16VDDPowerPositive Power Supply (+3.0V to +18.0V DC)

Frequency Division Table

Output PinDivision Ratio (2N2^N)Output Frequency (fCLK=32.768 kHzf_{CLK} = 32.768\text{ kHz})
Q1Q_1 (Pin 9)÷2\div 216.384 kHz16.384\text{ kHz}
Q4Q_4 (Pin 7)÷16\div 162.048 kHz2.048\text{ kHz}
Q8Q_8 (Pin 14)÷256\div 256128 Hz128\text{ Hz}
Q14Q_{14} (Pin 3)÷16,384\div 16,3842.0 Hz2.0\text{ Hz}

Common mistakes

  • Expecting Q2Q_2 or Q3Q_3 outputs: Pins 12 and 13 on the CD4020 are No Connection (NC). If your design requires division by 4 (Q2Q_2) or division by 8 (Q3Q_3), use the CD4040 instead.
  • Leaving RESET (Pin 11) floating: RESET is active-HIGH. Tie RESET to GND for normal counting.

Notes

  • CD4020 vs CD4040 vs CD4060: CD4020 is a 14-stage counter (omits Q2,Q3Q_2, Q_3); CD4040 is a 12-stage counter (all 12 outputs exposed); CD4060 is a 14-stage counter with an integrated on-chip oscillator driver circuit.

Assets & downloads