A DC-DC converter is an electronic power circuit that converts a direct current (DC) voltage level to another, such as stepping a 12V automotive battery down to a 5V logic rail. For a standard synchronous buck converter stepping 12V down to 5V, the ideal duty cycle is calculated as D = Vout / Vin = 5V / 12V = 41.6%. In a real-world design using a modern IC like the Texas Instruments TPS54308, this conversion operates at roughly 92% efficiency at a 3A load, with the remaining 8% lost as heat across the internal MOSFET RDS(on) and the inductor's DC resistance (DCR). Unlike linear regulators (LDOs) that burn excess voltage as pure heat, switching DC-DC converters use high-frequency pulse-width modulation (PWM) and energy storage components (inductors and capacitors) to transfer power efficiently.
Core Topologies and Real-World IC Specifications
The term 'DC-DC converter' is a broad umbrella. The specific topology you choose dictates whether you can step voltage down, step it up, or invert it. Below is a data-dense comparison of the four primary non-isolated topologies, featuring industry-standard ICs commonly specified in 2026 power architectures.
| Topology | Function | Example IC | Max Vin | Max Iout | Peak Efficiency |
|---|---|---|---|---|---|
| Buck | Step-Down | TI TPS54308 | 60V | 3A | 94% |
| Boost | Step-Up | TI TPS61088 | 12V | 10A (Switch) | 96% |
| Buck-Boost | Step-Up/Down | ADI LTC3130 | 25V | 600mA | 93% |
| Charge Pump | Invert / Double | TI TPS60400 | 5.5V | 60mA | 90% |
Note: Peak efficiency is measured at optimal load and switching frequency. Real-world efficiency drops significantly at light loads due to switching losses, which is why modern ICs implement pulse-skipping or burst-mode architectures.
Duty Cycle Math and the ±20% Input Variance
A common mistake on the bench is designing a DC-DC converter for a 'nominal' voltage and ignoring the actual input variance. A 12V automotive or solar battery system rarely sits at exactly 12.0V. It can drop to 9.6V under heavy load or spike to 14.4V during alternator charging. The converter's control loop must adjust its duty cycle dynamically to maintain a stable 5V output.
For a buck converter, the formula is D = Vout / Vin. Here is how the required duty cycle shifts across a ±20% input variance range to maintain a strict 5.0V output:
| Input Voltage (Vin) | Variance from Nominal | Target Vout | Required Duty Cycle (D) | On-Time (at 500 kHz) |
|---|---|---|---|---|
| 9.6V | -20% (Heavy Load) | 5.0V | 52.1% | 1.04 µs |
| 10.8V | -10% | 5.0V | 46.3% | 0.92 µs |
| 12.0V | Nominal | 5.0V | 41.6% | 0.83 µs |
| 13.2V | +10% | 5.0V | 37.8% | 0.75 µs |
| 14.4V | +20% (Charging) | 5.0V | 34.7% | 0.69 µs |
Assumptions, Mains Shifts, and Meaningless Conversions
The math above relies on a critical assumption: Continuous Conduction Mode (CCM). In CCM, the inductor current never falls to zero during the switching cycle. If the load drops significantly, the converter enters Discontinuous Conduction Mode (DCM), and the simple D = Vout/Vin formula breaks down, requiring the controller to skip pulses to maintain regulation. Furthermore, the math assumes ideal components; in reality, you must add the voltage drop across the inductor DCR and the low-side MOSFET to your Vin calculations.
Context Shift: 120V vs 230V vs 3-Phase AC Mains
While a DC-DC converter strictly handles DC-to-DC, it rarely operates in isolation from the AC grid. The input DC bus is usually created by a front-end AC-DC rectifier and Power Factor Correction (PFC) stage. The DC-DC topology must shift drastically based on the AC source:
- 120V AC Single-Phase: The PFC stage outputs a ~160V DC bus. A standard 60V-max buck IC will fail. You must use an isolated flyback or LLC resonant converter.
- 230V AC Single-Phase: The DC bus jumps to ~320V to 400V. High-voltage DC-DC controllers (like the TI UCC25640) are required to step this down to a safe 12V or 24V intermediate rail.
- Industrial 3-Phase: The rectified DC bus sits at roughly 600V to 800V. At these potentials, silicon carbide (SiC) MOSFETs and specialized high-side gate drivers are mandatory to handle the massive dV/dt transients during switching.
When the Conversion is Meaningless
A DC-DC conversion calculation becomes physically meaningless under three conditions:
- Dropout Violation: If Vin falls below Vout plus the IC's dropout voltage (e.g., trying to buck 4.8V down to 5V), a buck converter cannot boost. You need a buck-boost topology.
- 100% Duty Cycle Saturation: If the control loop demands a duty cycle greater than the IC's physical maximum (often 90-95% due to bootstrap capacitor refresh times), the output will simply track the input minus conduction losses.
- Inductor Saturation: If the peak current exceeds the inductor's saturation current (Isat), the inductance collapses to near-zero. The IC's high-side MOSFET will experience a massive current spike, usually resulting in immediate thermal destruction of the silicon.
Frequently Asked Questions
Can a single DC-DC converter both step up and step down voltage?
Yes, but not a standard buck or boost IC. You must use a Buck-Boost topology (like the 4-switch architecture found in the Analog Devices LTC3780) or a SEPIC converter. These are essential for battery-powered devices where the battery voltage starts above the logic rail (e.g., 4.2V Li-ion to 3.3V) and ends below it (3.0V to 3.3V).
Why not just use a linear regulator (LDO) instead of a switching DC-DC converter?
LDOs are cheaper and produce zero switching noise, making them ideal for sensitive analog or RF circuits. However, their efficiency is strictly Vout/Vin. Stepping 12V down to 3.3V with an LDO yields a dismal 27.5% efficiency, wasting the remaining 72.5% as heat. A switching DC-DC converter will achieve >90% efficiency in the same scenario, which is mandatory for high-current or thermally constrained designs.






