When stepping down a 24V battery bus to a 12V logic or motor rail, a switched power supply (buck topology) using a 60V-rated IC like the Texas Instruments TPS54560B is mandatory. Attempting this with a linear regulator will dissipate 60W of heat, requiring massive active cooling and inevitably failing in enclosed inverter or solar charge controller housings. This guide breaks down the exact topology math, component selection, and thermal derating required to build a reliable 24V-to-12V 5A switching regulator for off-grid and mobile power systems.
Linear vs. Switching: The Efficiency and Heat Reality
The decision between a linear regulator (LDO) and a switching regulator comes down to the voltage differential and the acceptable thermal budget. For low-dropout applications (e.g., 5V to 3.3V at 100mA), an LDO is cheaper and quieter. But for a 24V-to-12V step-down at 5A, the physics strictly favor a switched power supply.
| Criteria | Linear Regulator (e.g., LM317/LDO) | Switched Power Supply (Buck) |
|---|---|---|
| Efficiency | ~50% (Vout / Vin) | 88% - 94% |
| Heat Dissipation | 60W (Requires massive heatsink/fan) | ~4.5W (Manageable with PCB copper) |
| Noise / EMI | Near zero (mV range) | High (Requires LC filtering and layout care) |
| Cost / Complexity | Low ($1, 3 pins) | Medium ($4-$8, requires inductor/caps) |
The Heat Math: A linear regulator dropping 12V at 5A burns exactly 60W as heat (P = V_drop × I). A modern buck converter operating at 92% efficiency draws 65.2W from the source to deliver 60W to the load, dissipating only 5.2W. In a sealed NEMA enclosure or a 48V solar charge path, that 54.8W difference is the difference between a working circuit and a melted terminal lug.
Design Example: 24V to 12V 5A Buck Converter
For 24V nominal battery systems, the input voltage is rarely a clean 24.0V. A 24V lead-acid or LiFePO4 bank will sit at 25.6V to 28.8V during absorption charging, and can experience 40V+ load-dump transients when heavy inductive loads (like well pumps or compressor motors) switch off. Therefore, a 36V-rated buck IC is insufficient. We use the Texas Instruments TPS54560B, rated for 60V input and 5A continuous output.
Specification and Component Sheet
| Parameter | Value / Part Number | Notes |
|---|---|---|
| Input Range (Nominal) | 18V to 32V DC | Covers deep discharge to equalization charge |
| Transient Max Input | 60V | Handled by TVS and IC internal rating |
| Output Voltage | 12.0V DC | Set by R1/R2 feedback divider |
| Switching Frequency | 500 kHz | Set by RT resistor to balance size and EMI |
| Inductor | 10 µH (e.g., Würth 7443551100) | Must handle 7A saturation current minimum |
| Input Protection | SMAJ36A TVS + P-FET | Clamps transients at 58.1V, blocks reverse polarity |
Inductor and Headroom Math
To size the inductor, we target a ripple current (ΔI_L) of 30% of the max output current (5A × 0.3 = 1.5A). At a 500 kHz switching frequency and a 50% duty cycle (12V/24V), the required inductance is:
L = (Vin - Vout) × D / (Fsw × ΔI_L) = (24 - 12) × 0.5 / (500,000 × 1.5) = 8 µH.
We select a standard 10 µH inductor to provide a slightly wider margin for core saturation during startup transients.
Dropout and Headroom: Unlike an LDO where dropout is simply V_in - V_out > V_do, a switching regulator is limited by its maximum duty cycle and the high-side MOSFET Rds(on). The TPS54560B achieves near 100% duty cycle at low frequencies, but at 500 kHz, minimum off-time limits the max duty cycle to roughly 95%. If your battery sags to 13V under a heavy motor start, the regulator will drop out of regulation because 12V/13V = 92.3%, leaving almost no headroom for the inductor DCR and MOSFET voltage drops. Always verify your minimum battery sag voltage against the regulator's max duty cycle limit.
Thermal Derating and Ripple Expectations
Designing the schematic is only half the battle; managing the physical reality of the PCB is where most hobbyist and prosumer power supplies fail.
Datasheets quote 5A output at 25°C ambient. Inside a sealed solar charge controller or inverter chassis, ambient temperatures routinely hit 50°C to 60°C. For every 10°C rise above 25°C, you must derate the maximum continuous current by approximately 15-20%. If your enclosure sits at 55°C, your "5A" supply is realistically a 3.5A supply unless you add forced airflow or a massive external heatsink bonded to the IC's thermal pad.
Ripple and Noise Expectations
A switched power supply generates two types of output noise: low-frequency switching ripple and high-frequency ringing.
- Switching Ripple: Dictated by the output capacitor's Equivalent Series Resistance (ESR). If your inductor ripple current is 1.5A and you use a standard electrolytic capacitor with 50mΩ ESR, your ripple voltage will be 75mV peak-to-peak (ΔV = ΔI × ESR). This is fine for relays and motors, but fatal for 12-bit ADCs or RF transceivers.
- High-Frequency Ringing: Caused by parasitic inductance in the PCB traces interacting with the MOSFET's fast switching edges (dv/dt).
The Fix: To achieve <15mV ripple for sensitive logic, parallel three 100µF X7R ceramic capacitors (which have sub-5mΩ ESR) with a single 470µF polymer capacitor for bulk energy storage. For ultra-low noise requirements, cascade a secondary LC pi-filter (e.g., 2.2µH ferrite bead + 22µF ceramic) after the main buck output. Modern Silent Switcher architectures from Analog Devices also integrate symmetrical capacitor layouts internally to cancel magnetic fields, drastically reducing high-frequency EMI without external shielding.
Switched Power Supply FAQ
Why does my switched power supply fail when connected to a long battery cable?
Long battery cables possess significant parasitic inductance. When the high-side MOSFET in your buck converter turns on, it demands a sudden spike of current. The inductance of the cable resists this change (V = L × di/dt), causing the input voltage at the IC to momentarily droop or ring wildly. If the ringing exceeds the IC's absolute maximum Vin rating, the silicon is destroyed instantly. The fix: Always place a low-ESR ceramic bulk capacitor (minimum 22µF to 47µF) physically within 5mm of the IC's VIN and PGND pins to supply these high-frequency current spikes, acting as a local energy reservoir independent of the long cable.
Can I parallel two switched power supply modules for more current?
Generally, no. If you wire two standard buck modules in parallel to get 10A from two 5A units, minor differences in their feedback resistor tolerances will cause one module to output 12.05V and the other 11.95V. The 12.05V module will attempt to supply 100% of the load current, hit its overcurrent protection, shut down, and then pass the entire load to the second module, resulting in a continuous oscillation or catastrophic failure. To parallel supplies, you must use modules specifically designed with "active current sharing" pins, or implement a deliberate "droop sharing" method by adding small ballast resistors to the outputs, which sacrifices load regulation for stability.
What input protection does a 24V system actually need?
A 24V nominal system requires three layers of input protection. First, a TVS diode (like the SMAJ36A) to clamp load-dump voltage spikes to a safe level below the IC's max rating. Second, reverse polarity protection. While a simple series diode works, it drops 0.7V and burns 3.5W at 5A. Instead, use a P-channel MOSFET or an ideal diode controller (like the LM74610-Q1) which drops only millivolts. Third, a fast-acting fuse or PTC resettable fuse sized 20% above your maximum continuous input current to protect the wiring in the event of a dead short on the output or a failed shorted high-side MOSFET.






