A switching DC power supply converts voltage using high-frequency pulse-width modulation (PWM) and energy storage components (inductors and capacitors) rather than burning excess voltage as heat. For a 24V-to-5V step-down at 3A, a linear regulator will dissipate 57W of heat, while a properly designed switching buck converter will dissipate less than 2W. This guide breaks down the topology math, walks through a concrete component-level design, and covers the protection and thermal derating realities you will face on the bench.
Linear vs. Switching DC Power Supply: The Headroom and Heat Math
Choosing between a linear regulator (LDO) and a switching DC power supply comes down to three variables: headroom (dropout voltage), thermal budget, and noise tolerance. Linear regulators are essentially smart variable resistors. They require the input voltage to be strictly higher than the output by the dropout voltage (usually 0.2V to 2V). Switching regulators, however, can step down, step up, or invert voltage by rapidly switching a MOSFET and filtering the result.
Let us run the math on a common industrial load: stepping 24V nominal down to 5V at 3A (15W output).
- Linear Regulator (e.g., LM317 or high-voltage LDO): Power dissipated = (Vin - Vout) × Iload. (24V - 5V) × 3A = 57W. Efficiency is a dismal 20.8%. You would need a massive extruded aluminum heatsink and forced air, making it impractical for enclosed PCBs.
- Switching Buck Converter (e.g., 90% efficiency): Input power = 15W / 0.90 = 16.67W. Power dissipated = 16.67W - 15W = 1.67W. This can be handled entirely by the IC's exposed thermal pad and the PCB copper planes.
| Criteria | Linear Regulator (LDO) | Switching DC Power Supply (Buck) |
|---|---|---|
| Efficiency | Low (Vout/Vin); ~20% for 24V-to-5V | High; typically 85% to 95% |
| Heat Dissipation | High; scales linearly with voltage drop and current | Low; mostly switching and conduction losses |
| Output Noise | Extremely low (µV range); ideal for RF/ADC | Higher (mV range); switching frequency ripple + ESR spikes |
| Cost & BOM | Cheap IC, but expensive heatsinks if ΔV is high | Higher component count (inductor, diode/sync FET, caps) |
Buck Converter Design Example: 24V to 5V at 3A
For this design, we will use the Texas Instruments TPS5430DDA, a workhorse 5.5V-to-36V, 3A step-down converter with an integrated high-side MOSFET. (For newer designs requiring higher efficiency or lower quiescent current, modern synchronous alternatives like the TI LM5160 or MPS MP8765 are excellent, but the TPS5430 remains a perfect pedagogical model for asynchronous buck math).
Headroom and Minimum On-Time Math
Before picking components, verify the IC can actually achieve the duty cycle. The TPS5430 has a minimum on-time (tON(min)) of roughly 130ns. At its default 500kHz switching frequency, the period is 2µs. The minimum duty cycle is 130ns / 2000ns = 6.5%.
Minimum achievable output = 24V × 0.065 = 1.56V. Since our target is 5V, we have plenty of headroom and will not encounter pulse-skipping instability.
Component Selection and Values
- Inductor (L1): We target a ripple current (ΔIL) of about 20% to 30% of max load (0.6A to 0.9A). Using the standard buck inductor formula, a 15µH shielded ferrite inductor yields ~0.53A ripple. Bench tip: Ensure the saturation current rating (Isat) is at least 1.3× the peak current limit of the IC (4.5A minimum).
- Output Capacitors (Cout): Use two 100µF low-ESR polymer capacitors in parallel to handle the RMS ripple current, plus a 100nF (0.1µF) X7R MLCC placed as close to the inductor as possible to shunt high-frequency ESR spikes.
- Bootstrap Capacitor (Cboot): 100nF MLCC between the BOOT and PH pins. Do not use a high-ESR ceramic here; it will starve the gate drive and cause erratic switching.
- Feedback Resistors (R1, R2): The TPS5430 uses a 1.221V internal reference. Setting R1 (top) to 10kΩ, we calculate R2 (bottom):
R2 = R1 × (Vref / (Vout - Vref))
R2 = 10000 × (1.221 / (5.0 - 1.221)) = 3231Ω.
Select a standard 1% resistor value of 3.24kΩ. - Catch Diode (D1): Because this is an asynchronous converter, you need a Schottky diode. Use an SMA package SS36 (3A, 60V). Never use a standard PN rectifier like the 1N4007; its reverse recovery time (trr) is too slow and will cause massive ringing and IC failure.
Input Protection, Ripple, and Thermal Derating
Input Range and Protection
A 24V nominal industrial or solar battery bank is rarely exactly 24V. It can swing from 18V (depleted) to 29V (absorption charge), and experience inductive load-dump transients exceeding 40V.
The Fix: Place a bidirectional TVS diode (like the SMAJ33A) on the input to clamp transients, followed by a P-channel MOSFET configured for reverse polarity protection. The P-FET introduces a tiny voltage drop (I2R based on RDS(on)) compared to the 0.5V drop and massive heat of a series diode.
Ripple and Noise Expectations
Expect 30mV to 50mV peak-to-peak output ripple on a well-laid-out asynchronous buck. However, if you measure 500mV of noise on your oscilloscope, your measurement technique is likely wrong.
Bench Reality: Never use the standard 6-inch alligator ground lead on your oscilloscope probe to measure switching ripple; it acts as an antenna and picks up the radiated magnetic field from the inductor. Use a tip-and-barrel probe adapter (removing the long ground lead and probing directly across the output capacitor terminals) to see the true silicon-level ripple. If you need ultra-low noise for an RF transceiver or a 16-bit ADC, place a high-PSRR LDO (like the TI TPS7A47) downstream of the switching supply to clean up the final 200mA.
Thermal Management and Derating
The TPS5430DDA package features an exposed PowerPAD on the bottom. The datasheet specifies a junction-to-ambient thermal resistance (θJA) of roughly 40°C/W, but only if you solder the pad to an internal ground plane using an array of thermal vias (0.3mm holes, 1mm pitch).
With 1.67W dissipated, the junction temperature rise is 1.67W × 40°C/W = 66.8°C. In a 40°C ambient enclosure, the silicon junction sits at ~107°C (well below the 150°C max). However, if your enclosure lacks airflow and ambient hits 65°C, you must derate the maximum output current by 20% (limit to 2.4A) or add a small 23mm×23mm stick-on heatsink to the top of the IC package to keep the junction below 125°C for long-term reliability.
Switching DC Power Supply FAQ
Why is my switching DC power supply whining or buzzing at light loads?
This is known as "coil whine" and occurs when the converter enters pulse-skipping or burst mode at light loads. The switching frequency drops into the audible range (20Hz to 20kHz), causing the magnetostriction effect in the inductor's ferrite core to vibrate audibly. To fix this, either apply a dummy load (a 1kΩ resistor across the output draws 5mA, usually enough to force continuous conduction mode), or select a modern IC with a forced-PWM (FPWM) pin that maintains high-frequency switching even at zero load.
Can I put a linear regulator after a switching DC power supply to clean up noise?
Yes, this is a standard industry practice called "post-regulation." You set the switching DC power supply output slightly higher than your target (e.g., 5.5V) and feed it into a Low Dropout Regulator (LDO) set to 5.0V. The LDO provides excellent Power Supply Rejection Ratio (PSRR) at high frequencies, effectively filtering out the switching ripple. Just ensure the voltage difference (0.5V) multiplied by the load current does not exceed the LDO's thermal limits.
What input range and protection does an automotive switching DC power supply need?
Automotive environments are brutal. According to ISO 16750-2 standards, a 12V nominal vehicle system must survive "load dump" transients that can spike to 40V+ for hundreds of milliseconds. An automotive switching DC power supply must include an input TVS diode rated for the specific clamp voltage, an EMI filter (common-mode choke), and ideally an active overvoltage crowbar circuit or a pre-regulator that can withstand 60V+ transients without breaking down the main switching IC gate oxide.






