4-Phase Synchronous Buck Converter (Max 60V In, 20A per phase Out)

Thread Starter

LeoDuong05

Joined Dec 27, 2024
4
Hi everyone,

I am currently working on a 4-Phase Synchronous Buck Converter project. At this stage, my primary focus is verifying the core working principles and testing the interleaved phase control logic via simulation.

Note: My ultimate goal is to transition this simulation into a real, functional hardware prototype. Therefore, I am looking for practical hardware design and layout advice right from the start to avoid costly mistakes down the road.

The topology is hard-switching, designed for a wide input voltage range up to 60V. Here are the core specifications and simulation parameters I am currently using:
  • Input Voltage (V_in): Up to 60V (Wide input range)
  • Output Voltage (V_out): 12V
  • Target Output Current: 20A per phase (80A total continuous output)
  • Switching Frequency (F_s): 30kHz per phase
  • Dead Time (DT): 200ns
  • Gate Drive Voltage (V_g): 12V
  • Rise/Fall Time (T_rf): 100ns
  • Phase Shift (T_s): Interleaved by 90degress (T_{per}/4)
Since I am still navigating several complexities in high-current buck design, I would highly appreciate your methodology critiques, component suggestions, and practical hardware advice on the following points:

I am currently using a relatively low switching frequency of 30kHz per phase to keep hard-switching losses manageable. What is the typical frequency range used in modern industry applications for a buck converter at these voltage/current levels? I would love to hear some reference benchmarks for real-world designs.

For the inductors, I am planning to use standard toroidal/round ferrite core inductors. Given the 20A max continuous current per phase, these components will naturally be bulky. Because the current paths through the MOSFETs and inductors are continuous, thermal management is going to be a huge bottleneck on the physical board. Are there specific thermal dissipation strategies, layout tricks, or alternative magnetic core geometries I should consider at this scale?

To prevent one phase from hogging all the current on the physical PCB, I need to implement phase current balancing. I am also monitoring the total output current for system supervision.

  • I intend to use DCR sensing (sampling across the inductor using an RC network).
  • Could anyone guide me on the correct methodology for calculating the R and C values relative to the inductor's DCR and L?
  • Furthermore, since this signal needs to be fed back to an MCU with a 3.3V analog input limit, what are the best filtering, scaling, or overvoltage clamping practices to read this signal accurately without damaging the MCU?
Given that this is a hard-switching topology operating up to 60V, voltage spikes during switching transitions are inevitable on a real PCB. Do I need to complement my MOSFETs with external protection circuits, such as an RCD or RC snubber across the switch nodes? If so, what is the standard approach to sizing them?

Since this design will handle a massive 80A total at the output, if there are any crucial components, protection devices, grounding strategies (like separating Analog and Power GND), or copper thickness considerations that I have overlooked, please feel free to suggest them! I am still learning many facets of high-power hardware design and am fully open to your explanations on how these additions function and why they are necessary for a real board.

1779234868081.png

1779234638832.png


Attached is my current schematic and simulation file of LTSPICE (You can download it for detail) (For testing you can change your ouput by Vout_reg). Thank you in advance for your time and expertise!
 

Attachments

C11 should not go to GND but to where the arrow points to.
Why not use a top/bottom Gate Driver IC? The way you built it you need four floating 12V supplies and four "V5" signal sources. If you use the right Gate Driver these problems, go away.
1779237383331.png
 

Thread Starter

LeoDuong05

Joined Dec 27, 2024
4
C11 should not go to GND but to where the arrow points to.
Why not use a top/bottom Gate Driver IC? The way you built it you need four floating 12V supplies and four "V5" signal sources. If you use the right Gate Driver these problems, go away.
View attachment 367435
Thank you for your reply. My bad didn't realize that sooner
I understand now that C11 should reference the floating source node instead of GND. I will correct that part.
About the gate driver, my intention was to study and simulate a fully isolated discrete-driver approach for a multiphase converter, not only to make it work with an integrated half-bridge driver IC.
I agree that using a dedicated high/low-side gate driver would greatly simplify the design and reduce the number of isolated supplies/signals required.
Thanks again for pointing this out.
 
Top