Buck Converter Design

ElectronicsLabUser

Mar 26, 2022
4
Joined
Mar 26, 2022
Messages
4
I need to design a buck converter with the following requirements, Input voltage 24V - 100V (2 - 10 Amps) and the output voltage shall be 12V (20 Amps). I started with the following circuit available in the net.

image.png

The Diode, Inductor, Capacitor i have not yet selected, First question is how do i switch the MOSFET, do i need to interface a micro controller to calculate the duty cycle based on the output current, input voltage? I am new to hardware design. Please help.

 

HarryA1

Mar 4, 2009
481
Joined
Mar 4, 2009
Messages
481

HarryA1

Mar 4, 2009
481
Joined
Mar 4, 2009
Messages
481
As this chip is made by Analog  and Analog owns LTspice simulator the circuit appears in the simulator and can be explored there. The circuit there is slightly different. Note it uses the FDS6680A mosfets. If you want 10 amperes make sure the mosfets can handle the current.

Buck conv 3703.png

Go here and put in your requirements then you will see some 10 ampere chips:

https://www.analog.com/en/parametricsearch/11491#/p5573=min|24&p5574=100|max&p5347=min|12&p5357=12|max&p5349=10|240&qsfv=vinmin|24_vinmax|100_vout|12_iout|10&p5362=Buck

 
Last edited by a moderator:

HarryA1

Mar 4, 2009
481
Joined
Mar 4, 2009
Messages
481
In LTspice on selecting components open the directory [Power Products] in the listing find LTC3705 when you click on it you will see "Open this macromodel's example circuit" that will display the circuit. 

You can select RUN and the output display will come up. You can poke around the circuit with the "red probe" and see the  various wave forms are there. You may know this already but other reads may not.

Perhaps if you click on some other types there you will find more converters of interest; as it displays a brief description of each.

The Analog site listed above is is busted. I got in once but never again. But if you search on LTC3703 off that page you will get some links that look like they may be helpful.

This link seems to work. Gets you to where you can enter you requirements.

https://www.analog.com/en/product-category/step-down-buck-regulators.html

 
Last edited by a moderator:

ElectronicsLabUser

Mar 26, 2022
4
Joined
Mar 26, 2022
Messages
4
I saw the data sheet of the LTC3703 and there was a design example on page 27, i followed the same procedure.
LTC3703 Data Sheet
Specifications:
VIN = 24V to 100V, VOUT = 12V, IOUT(Max) = 10A, f = 250kHz

1. RSET
As per the formula in the data sheet
RSET(kOhm) = 7100/(250 - 25) = 31.5KOhm -> eq1

2. Inductor value for about 40% ripple current at maximum VIN
L = 12/250K*0.4*10(1 - 12/100) = 10.56uH. -> eq2

3. Minimum On-time
ton(min) = 12/(100*250kHz) = 480nS -> eq3
which is above LTC3703's 200ns Minimum on-time.

4. Top and Bottom MOSFET switch

Since the drain of each MOSFET will see the full supply voltage 100V (max) plus any ringing, choose a 125V MOSFET to provide a margin of safety.
 

1648979631066-png.299353

PMAIN = 1.32W -> eq4
 

1648979669188-png.299354

= 96.4DegC.

1648979697485-png.299355

=1.84 -> eq5
TJ = 70 + 1.84*20 = 106.8

5. Current Limit Resistor

RDS(ON) = (25mOhm)/2 [1 + 0.009(105 - 25)] = 21.5mOhm
IMAX pin voltage = 10*0.0215 = 0.215V
RMAX = 0.215/12uA = 18k -> eq6

6. CIN is chosen for an RMS current rating of 5A (IMAX/2) at 85DegC.
7. For the output capacitor 2 low ESR OS-CON capacitors (18mF) are used.

The LTSPICE model is in progress, i have completed to the below level, the work is still in progress, i also need to choose the MOSFET. But based on the above steps, could you please provide comments.

design.pdf

 

Attachments

  • design.pdf
    159.2 KB · Views: 8

TiaPettit

May 27, 2022
1
Joined
May 27, 2022
Messages
1
There is a lot to designing a dc to dc buck converter. For example see:

https://www.maximintegrated.com/en/design/technical-documents/tutorials/2/2031.html

You can buy one for far less than the cost of the parts to build one. See:

https://www.amazon.com/Aceirmc-Converter-Adjustable-Regulator-Protection/dp/B0823MM1DV/ref=sr_1_6?crid=1AB7YZ4O9O8B0

You may find complete circuits on the internet. The inductor is the tricky part . What to use as a core and how to wind it for 20 amperes.
Hello, thank you so much for those links. I am working on my college project and for that I need some help regarding DC to DC bulk converter. I am so glad I have found your post. I also found the MasterBundles website online where I have found a lot of templates that I can use for my website. Now, I don't have to waste my time making templates.
Hello, thank you.

 
Last edited by a moderator:
Top