CHARGE PUMPS

Charge Pumps

Article by:
Date Published:
Last Modified:

Overview

A charge pump (also known as a Dickson charge pump, switched capacitor circuit, voltage multiplier, or voltage splitter when halving the input voltage) is a voltage-converting circuit that uses capacitors, diodes, and a oscillating switch to move charge from one capacitor to another. Like a buck converter, charge pumps are typically used to produce an output voltage which is higher than the input voltage. However, they can also be configured to reduce the input voltage (buck) or invert it.

The basic principle of a charge pump is to charge capacitors individually (in parallel) from the input voltage, and then connect them in series to provide a higher output voltage. Whilst this can be done manually or mechanically, almost every practical charge pump circuit uses electronic switches (diodes, MOSFETs, e.t.c) to change between series and parallel connectivity.

Charge PumpBoost Converter
Efficient at low power (<10mA)Efficient at high power (>100mA)
Simple circuit, low component countComplex control, high count/bulky components
Low noiseHigh noise

A single capacitor/diode configuration (with additional smoothing capacitor on the output) doubles the input voltage. Multiple elements can be connected together to create larger voltage increases. Basic charge pumps that double/half the input voltage are called unregulated charge pumps. There are also more advanced regulated charge pumps, which provide a fixed output voltage over a range of input voltages.

Marx generators are similar to charge pumps except they use spark gaps instead of diodes as the switching elements. Marx generators are typically used for high voltage/high power applications.

Charge pumps are very closely related to Switched-Capacitor Circuits.

How It Works

In charge pump designs in which both legs of the capacitor are switched to different parts of the circuit at the same time, the capacitors are called flying capacitors, named because both their leads are for a brief moment in time disconnected from the circuit. The capacitor connected across the output load is called the reservoir capacitor, storage capacitor or load capacitor1.

The basic schematic for a voltage doubling charge pump circuit.

The basic schematic for a voltage doubling charge pump circuit.

Schottky diodes are preferred because of their low forward voltage drop and higher switching speeds.

Larger reservoir capacitances result in longer start-up times, but result in less voltage ripple.

The switching frequency is usually limited to 100-500kHz.

MOSFETs can be wired to behave like a diode and are sometimes used instead of Schottky diodes. However the MOSFET-based charge pumps do not work as well at low voltages due to the large drain-source voltage drops across the MOSFETs.

Charge Pump Topologies

Basic Voltage Doubling Charge Pump

This is the most basic type of charge pump. We’ll go through each step of the process to show how exactly charge is moved around to have the effect of doubling the input voltage. This concept of “shunting around” charge (hence the pump part in the name) is the key concept of any charge pump topology.

  1. When voltage is first applied to the circuit, \(V_{in}\) provides current through D1 and D2 and charges up both C1 and C2 to almost 5V, except C1 sees one forward voltage drop (300mV, using Schottky diodes) across D1 and C2 two forward voltage drops D1 and D2.
  2. Then the pulse in transitions from 0V to 5V. Because C1 is already charged to 4.7V, and this 5V appears on the capacitors negative lead, it “pushes” the top lead of C1 up to 9.7V. This then causes a current from C1, through D2, into C2, charging it up past 5V.
  3. The pulse then transitions back to 0V, and the cycle begins again with C1 charing back up to 5V (remember that it would of dropped to somewhere between 0-5V when transferring charge to C2 in the previous step).
  4. After enough cycles, the output voltage an C2 stabilizes to \(2*V_{in} - 2V_f\).
The basic schematic for a voltage doubling charge pump circuit.

The basic schematic for a voltage doubling charge pump circuit.

To demonstrate the behaviour of this circuit, I simulated it using KiCad and ngspice. The simulation files can be downloaded below:

The following KiCad schematics were used to perform the simulation:

The schematics for the voltage-doubling charge pump simulation.

The schematics for the voltage-doubling charge pump simulation.

The below figure shows the behaviour of the voltage doubling charge pump. Notice that after about 5 cycles the output voltage stabilizes to it’s steady state value of approximately 8.7V. This simulation assumed a perfect voltage source driven pulse input, in reality the pulse input has some non-zero output impedance which effects the stabilization time and output current capacity.

A plot of the simulation results for the above voltage doubling charge pump circuit.

A plot of the simulation results for the above voltage doubling charge pump circuit.

Output Impedance

Charge pumps can be used as voltage sources, although normally only for light loads are they generally have significant output impedance (compared to linear regulators and SMPS). In general, the output impedance for a charge pump can be calculated by2:

$$\begin{align} Z_{out} = \frac{N}{f*C} \\ \end{align}$$

where:
\(Z_{out}\) is the output resistance, in Ohms [\(\Omega\)]
\(N\) is the number of stages, excluding the last "tank" capacitor
\(f\) is the switching frequency, in Hertz [\(Hz\)]
\(C\) is the capacitance of each stage, assuming they all have the same value, in Farads [\(F\)]

For more information on how this equation is derived, see the Switched Capacitor Circuits page.

Let’s compare what this equation says compared to a simulation. Below is the schematic of a Micro-Cap +3.3V voltage-doubling charge pump simulation. The input is driven with a 10kHz +3.3V square wave.

Micro-Cap simulation schematic of a +3.3V voltage-doubling charge pump.

Micro-Cap simulation schematic of a +3.3V voltage-doubling charge pump.

Micro-Cap simulation file

The equation predicts the output impedance to be:

$$\begin{align} Z_{out} &= \frac{1}{5kHz*1uF} \nonumber \\ &= 200\Omega \\ \end{align}$$

To find the output impedance, I found the output voltage under no load, and the output voltage and current with a \(100\Omega\) load. Both of these were done using Transient-style simulations.

At no load, \(V_{source} = 5.98V\).

With \(R_{load} = 100\Omega\), \(V_{load} = 2.23V\).

Thus we can find the output resistance using the resistor divider equation:

$$\begin{align} V_{load} &= \frac{R_{load}}{Z_{out} + R_{load}} \\ \end{align}$$

Re-arrange for \(Z_{out}\):

$$\begin{align} Z_{out} &= \left(\frac{V_{source}}{V_{load}} - 1\right)*R_{load} \nonumber \\ &= \left(\frac{5.98V}{2.23V} - 1\right) * 100\Omega \nonumber \\ &= 168\Omega \end{align}$$

So \(200\Omega\) predicted by the equation and \(168\Omega\) measured in the simulation. Sort of close! I’m guessing some of the differences could be explained by simulation non-idealities such as the diodes and parasitic elements.

Voltage Inverting Charge Pump

Notice how while the voltage doubling charge pump requires two inputs (\(V_{in}\) and \(V_{pulse}\)), a voltage inverting charge pump only requires one — \(V_{pulse}\).

A schematic for a voltage-inverting charge pump.

A schematic for a voltage-inverting charge pump.

The simulation results:

A schematic for a voltage-inverting charge pump.

A schematic for a voltage-inverting charge pump.

History

The Greinacher voltage multiplier (a.k.a. half-wave doubler) was invented by Swiss physicist Heinrich Greinacher in 19193.

John F. Dickson patented what is known as the “Dickson charge pump” in the late 1970’s (filed in 1978, patent dated July 22, 1980)4. It is very similar to the Greinacher doubler except it runs of an DC input. It was primarily used to generate programming/rewrite voltages in EEPROM/flash memory ICs.

A schematic from John F. Dickson's 1978 charge pump patent. Image from https://patentimages.storage.googleapis.com/d5/27/b7/321211f48454c8/US4214174.pdf, retrieved 2020-12-14.

A schematic from John F. Dickson’s 1978 charge pump patent. Image from https://patentimages.storage.googleapis.com/d5/27/b7/321211f48454c8/US4214174.pdf, retrieved 2020-12-14.

Uses

Negative Voltage Bias For Op-Amps

Charge pumps can be used to provide the negative voltage to op-amps. They suit this application since op-amp power supplies typically require little current (1-20mA), and can generate the negative voltage from the main, higher-current, positive power source.

Special charge pumps exist that only produce a very small negative voltage (e.g. -250mV), for providing the negative power supply to rail-to-rail “single-supply” op-amps so that they can output a true 0V. More on this on the Op-amps page.

The typical application schematic for the Texas Instruments LM7705, a 'Low-Noise Negative Bias Generator' for the negative supply of an op-amp. This allows the op-amp to output true 0V. Image from http://www.ti.com/.

The typical application schematic for the Texas Instruments LM7705, a ‘Low-Noise Negative Bias Generator’ for the negative supply of an op-amp. This allows the op-amp to output true 0V. Image from http://www.ti.com/.

LED Drivers

Some LED drivers feature charge pumps to boost the supply voltage to a proper level to drive the LEDs. Charge pumps are usually feature in low power (20mA per channel) LED drivers, that may need to boost say, a +3.3V supply to +4.5V to drive an LED with the correct current. The NCP1840 8-Channel Charge-Pump I2C LED Driver by On Semiconductor is one such example.

MOSFET Gates

N-channel MOSFETs are typically better performing (lower \(R_{DS(on)}\), larger max. current limit) than P-channel MOSFETs. However, N-channel MOSFETs require a positive gate-source voltage (\(V_{GS}\)) to turn them on. This makes it problematic to use them as a high-side switch on a circuit, as you require a voltage on the gate which is higher than the load/input voltage (the load is connected to the source, which is at the same potential as the input voltage when the switch is on).

The most common way to overcome this problem is to use a small charge pump circuit to power the gate. Many buck converters use this trick to use an N-channel rather than a P-channel MOSFET as the switching element.

RS-232

The RS-232 standard mandates 5-15V \(V_{OH}\) and \(V_{OL}\) levels. Because most modern day circuits are powered by +3.3 or +5V, charge pumps are commonly used to provide these higher voltage levels. Early RS-232 transceivers used unregulated charge pumps (which just doubled the input voltage), whilst more modern transceivers use regulated charge pumps which provide stable RS-232 logic levels over a range over input voltages.

References


Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Related Content:

Tags

comments powered by Disqus