When stepping down a 24V battery bus to a 5V logic rail at 3A, a switched power supply circuit is the only practical choice. By using high-frequency pulse-width modulation (PWM) and energy storage elements like inductors and capacitors, a switching regulator transfers energy in discrete packets rather than burning off excess voltage as heat. For a 24V-to-5V, 3A load, a synchronous buck converter like the Texas Instruments TPS5430 or the classic LM2596 will achieve upwards of 88% efficiency. In contrast, a linear regulator would waste nearly 80% of its input power as thermal dissipation, requiring massive heatsinks that simply do not fit on modern PCBs.
Linear vs. Switching: Topology Comparison for DC-DC Loads
The decision between linear and switching topologies comes down to headroom math and thermal limits. If you attempt to use a linear regulator (like an LM317 or a high-voltage LDO) to drop 24V down to 5V at 3A, the dropout voltage across the pass transistor is 19V. The power dissipated as heat is calculated as:
P_diss = (V_in - V_out) × I_load = (24V - 5V) × 3A = 57W
Dissipating 57W on a standard TO-220 package without active liquid cooling is impossible; the silicon junction will hit its 150°C thermal shutdown limit in seconds. The efficiency of this linear approach is a dismal 20.8% (5V / 24V). A switched power supply circuit solves this by rapidly switching a MOSFET on and off, using an inductor to smooth the current. The power loss is restricted to switching transitions, conduction resistance (Rds_on), and inductor core losses.
| Criterion | Linear Regulator (LDO) | Switched Power Supply Circuit (Buck) |
|---|---|---|
| Efficiency (24V to 5V) | ~21% | 85% - 92% |
| Heat Dissipation (at 3A) | 57W (Requires massive heatsink) | ~2.0W (Managed via PCB copper pour) |
| Output Noise / Ripple | Extremely low (µV range) | Higher (mV range, dependent on ESR and layout) |
| Component Cost & Footprint | Low cost, tiny footprint (no inductor) | Higher cost, larger footprint (inductor + caps) |
| Complexity | Simple (3 pins) | Moderate (Requires compensation and layout care) |
For low-noise analog sensor fronts (like precision ADCs), you might use a switched power supply circuit to step down to 6V, followed by a low-dropout linear regulator to hit 5V cleanly. But for digital logic, microcontrollers, and motor drivers, the switching topology wins outright. For deeper topology selection, refer to the Texas Instruments Buck Converter Overview.
Design Example: 24V to 5V / 3A Buck Converter
Let us design a robust switched power supply circuit for a 24V nominal solar battery bank (which can swing from 18V to 32V) powering a 5V, 3A embedded controller. We will use the TPS5430, a widely available 5.5V-to-36V input, 3A continuous step-down converter.
Input Range and Protection Requirements
Battery buses are electrically hostile. You must design for load dump transients and reverse polarity. A 24V lead-acid or LiFePO4 bank can experience voltage spikes up to 40V during alternator load dump or inductive kickback from nearby relays.
- Reverse Polarity: Use a P-channel MOSFET (e.g., Si2301) on the high side. Unlike a diode, a P-FET drops only millivolts at 3A, saving nearly a watt of heat.
- Transient Voltage Suppression (TVS): Place an SMAJ28A TVS diode immediately after the P-FET to clamp voltage spikes above 28V, protecting the TPS5430's 36V absolute maximum VIN pin.
- Input Bulk Capacitance: A switched power supply circuit draws pulsed current from the source. You need low-ESR ceramic capacitors (e.g., 2× 10µF, 50V X7R) placed as close to the VIN and PGND pins as possible to minimize the high-frequency 'hot loop' area.
Component Selection and Headroom Math
The TPS5430 operates with an internal 500kHz switching frequency. To calculate the required inductor value, we first determine the duty cycle (D) and target ripple current (ΔI_L). We typically target a ripple current of 30% of the maximum load (0.9A).
D = V_out / V_in = 5V / 24V = 0.208L = (V_out × (1 - D)) / (f_sw × ΔI_L)L = (5 × (1 - 0.208)) / (500,000 × 0.9) = 8.8 µH
We select a standard 10µH shielded ferrite inductor rated for at least 4.5A saturation current (Isat). Shielded inductors are mandatory here to prevent magnetic flux from coupling into nearby high-impedance analog traces.
| Parameter | Specification | Selected Component / Value |
|---|---|---|
| Input Voltage Range | 18V to 32V (Nominal 24V) | TVS: SMAJ28A, P-FET: Si2301 |
| Switching Frequency | 500 kHz (Fixed Internal) | TPS5430DDA (SOIC-8 with thermal pad) |
| Inductor | 10µH, >4.5A Isat | Wurth Elektronik 744774210 (Shielded) |
| Output Capacitance | Low ESR for ripple control | 3× 22µF, 10V X5R Ceramic (0805) |
| Catch Diode | Schottky, >3A, >36V | SS34 (SMA package) |
For a comprehensive breakdown of inductor saturation and core losses, All About Circuits provides an excellent primer on buck converter magnetics.
Thermal Derating and Ripple Noise Expectations
A common mistake on the bench is assuming a regulator's '3A continuous' rating applies at all ambient temperatures and input voltages. Silicon junction temperature (Tj) is the true limiting factor.
Thermal Math and PCB Derating
Assuming an 88% efficiency at 24V input and 3A output, the total power loss in the switched power supply circuit is:
P_loss = P_out × ((1 / Efficiency) - 1) = 15W × ((1 / 0.88) - 1) = 2.04W
The TPS5430DDA package has a junction-to-ambient thermal resistance (θ_JA) of roughly 40°C/W when soldered to a standard 2-layer PCB with a 2-square-inch copper pour on the bottom layer connected via thermal vias.
T_rise = P_loss × θ_JA = 2.04W × 40°C/W = 81.6°C
If your ambient enclosure temperature is 45°C (common in solar charge boxes or engine bays), the junction temperature will be 45°C + 81.6°C = 126.6°C. This is dangerously close to the 150°C thermal shutdown threshold. Derating action: You must add an array of 0.3mm thermal vias directly under the exposed thermal pad, stitching to a solid ground plane on the opposite layer, which drops the effective θ_JA to roughly 25°C/W, keeping Tj at a safe 96°C.
Ripple and Noise Expectations
Unlike linear regulators, a switched power supply circuit inherently generates output voltage ripple. This ripple is primarily dictated by the Equivalent Series Resistance (ESR) of the output capacitors and the inductor ripple current.
Using three 22µF X5R ceramic capacitors in parallel, the combined ESR is approximately 3mΩ (0.003Ω). The peak-to-peak voltage ripple caused by ESR is:
ΔV_esr = ΔI_L × ESR = 0.9A × 0.003Ω = 2.7mV
Adding the capacitive ripple component (which depends on the capacitance and switching frequency), the total expected peak-to-peak output ripple is roughly 8mV to 12mV. This is perfectly acceptable for digital logic, ESP32 microcontrollers, and relays. If you are powering a 16-bit ADC, you will need to add a secondary LC pi-filter or a high-PSRR LDO on the 5V rail to attenuate the switching frequency harmonics.
Switched Power Supply Circuit FAQ
What is the switching frequency sweet spot for a switched power supply circuit?
For most board-level DC-DC applications between 1A and 5A, a switching frequency between 500kHz and 1.5MHz is ideal. Frequencies below 300kHz require physically large inductors and capacitors that consume valuable PCB real estate. Frequencies above 2MHz shrink the passive components but drastically increase MOSFET switching losses and make PCB layout highly sensitive to parasitic capacitance, often causing EMI failures in FCC pre-compliance testing.
How do I minimize EMI in a high-current switched power supply circuit?
Electromagnetic interference (EMI) is generated by the 'hot loop'—the path where high di/dt (rapidly changing) currents flow. In a buck converter, this is the loop from the input capacitor, through the high-side MOSFET, through the inductor, and back via the catch diode or low-side MOSFET to the capacitor ground. To minimize EMI, place the input ceramic capacitor as physically close to the IC's VIN and PGND pins as possible. Keep this loop area under 50 square millimeters. Additionally, always use shielded inductors and avoid routing sensitive analog traces directly beneath the inductor or the switch node (SW) copper pour.
Why does my switched power supply circuit fail or squeal at light loads?
Audible squealing or output voltage instability at light loads (e.g., under 50mA) is usually caused by the converter entering discontinuous conduction mode (DCM) or burst mode without proper compensation. If the inductor current drops to zero before the next switching cycle, the control loop dynamics change entirely. Ensure your feedback resistor divider is sized correctly (usually drawing 10µA to 50µA) and that you are using the manufacturer's recommended Type II or Type III compensation network. Some modern ICs feature a 'pulse-skipping' or 'Eco-mode' pin; tying this pin correctly ensures the IC handles light loads gracefully without dropping regulation.






