Electronic – the most painless way to get a high current negative voltage power supply from a positive

negative-voltagepower supply

I'm designing an audio DSP and DAC board, and in the analog section, I'm using opamps that take in differential audio signal and turn it into single ended output. Because the signals are AC, they obviously swing below zero, so I will need a plus/minus power supply. Keep in mind, I'm a software guy, and I'm only doing this as a hobby — not a pro hardware designer.

I've been researching the internet for about a week, looking for solutions. So far, I've found:

Charge pumps: These are awesome if it wasn't for the fact that they only supply maximum of 100mA. Driving 16 audio opamps will need more current than that.

Buck/Boost inverter These suck. They require complex circuitry and can barely supply higher current output than the charge pumps. To me, this is the big and ugly solution.

Cuk topology I don't have enough background in power electronics to fully understand the mechanisms for this one, but it still requires several inductors and some mess of external circuitry. They are also limited in their current output for the most part.

Power modules This would be a plug-and-chug solution, but it takes the fun out of DIY, not to mention they are quite huge and take up lots of board space.

I've seen some configurations where there is a sort of "half-rectifier" diodes arrangement used for generating negative supply, but I don't understand it.

If someone with enough electronics background can explain to me an easy to implement and understand solution to generating a negative voltage supply, it would be fantastic. Here are my constrains:

  • My input voltage is 12V.
  • I want my output voltage to be between -12 to -15v (any value there will do)
  • I want 1 A current output.
  • I want minimal external components. A few is okay, max one inductor.
  • Don't care about ripple, noise, isolation, temperature characteristics, or anything else.

schematic

simulate this circuit – Schematic created using CircuitLab

Best Answer

The inverting SMPS would seem to be the most appropriate

schematic

simulate this circuit – Schematic created using CircuitLab

When Q1 is on, current into L1 builds, storing energy in it. When Q1 turns off, current continues to flow into L1, and it has to draw this current from D1, pulling charge out of C1, so pulling it to a negative voltage. L1 current falls during this phase, as the voltage across it is negative.

This sort of circuit will happily deliver amps, even 10s of amps. You can use a p-BJT or a p-FET for Q1.

Control consists of detecting the output voltage and changing/stopping the power switch drive.

The usual suspects, Analog Devices, Texas, Linear and Maxim, all have integrated power supply control parts that can be configured to work in this topology, if you don't want to build it from scratch.

For a particular high load or low ripple application, you can parallel two of these converters driven in antiphase, or even more converters driven in different phases, to get a smoother current delivery waveform into the output filter.