0
\$\begingroup\$

I have been trying to understand the working of buck converter (without the use of a dedicated IC). So, I used LTspice to test a circuit on the parameters:

  • Vin: 100 V
  • Vout: 50 V
  • Freq.: 10 kHz
  • I: 5 A

I went through the TI's guide to calculate the values (C2 is 125 uF), but upon simulating the circuit I can't seem to get it to give proper Vout. As seen in the graph, it gives around 20.7 V as output; far less than 50 V. I read some of the stack questions on the buck, but they all deviated a little or more from my problem. Moreover, the Vout changes when I either change the gate pulse voltage and/or the load resistor. After setting the gate voltage to 120 V, the output comes near the 50 V threshold (but not exact), and I am unable to understand why the output changes with the load resistor or the pulse voltage. The rest seem to work properly, but can't seem to understand the Vout issue.

enter image description here

enter image description here

Answer update:

When the negative of the pulse driver is connected with the source, and a pulse of 12V is provided to the FET, the voltage on the Gate is 111V (approx.). As the Vs rises when the Gate turns on and Rds decreases, the equivalent voltage on gate becomes Vg = Vs + Pulse voltage. Here is the updated circuit with output. The Vout is stable now.

enter image description here

\$\endgroup\$
0

1 Answer 1

2
\$\begingroup\$

It's because the swtching FET is an N channel device, and source terminal is used as output. The voltage between gate and source turns the FET on, so as the source voltage rises the voltage between gate and source goes down and the FET does not turn on properly.

Solution is to use a P-channel FET as switching element, or you can move your gate driver voltage supply between gate and source, not between gate and ground.

\$\endgroup\$
1
  • \$\begingroup\$ Following your suggestion for Gate-source connection helped. I missed the bootstrap connection of the capacitor. Thanks a lot!! \$\endgroup\$
    – Momobear
    Commented Jul 7, 2023 at 12:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.