Electronic – DC-DC converter topology that can output positive and negative

buckdc/dc converter

E.g. Is there a converter topology that can take a 12v input and convert it to -12 to +12v output with respect to GND?

For the record I'd really prefer something that doesn't use rare magnetics.

I could do it using a Buck converter and an H-Bridge on the output, but I'd really prefer a minimum cost/parts count solution.

EDIT: Following some great low-power suggestions, I'm actually looking at converting about 100 to 200 watts. It doesn't need isolation or both a positive and negative rail at the same time, just an output that can be adjusted from -12 to +12 volts. Regarding "rare" magnetics, some topologies use tapped inductors that have two windings of different gauges that often need to be customised specifically for each application. I'd prefer a solution that uses normal inductors or something that can be sourced fairly generically.

Best Answer

In theory a buck converter can produce any output voltage between the input and ground, while an inverting buck-boost converter can produce any output voltage below ground.


The relay approach

As the two topologies are very similar, you could switch between them using a DPDT relay. While not very elegant, this incurs only a modest increase in part count and board area. Unfortunately, you do need a custom controller for controlling this, but any simple microcontroller with an ADC would likely do just fine.

schematic

simulate this circuit – Schematic created using CircuitLab


Solid state

I later came up with a solid state (relayless) four quadrant variant, which can source and sink current at both positive and negative voltages, while maintaining the same ground reference.

schematic

simulate this circuit

Just like the relay circuit, this topology combines a buck converter with a buck-boost converter.

  • The benefits are instantaneous switching between step-down and inverting mode, the lack of moving parts, and the more compact size.

  • The main drawback I see is that the gate drivers of M3 and M4 must be able to swing their outputs below ground, while the digital control inputs are probably going to be between zero and a logic high (e.g. 3.3 V). This complicates the selection of gate driver chips.