Trouble building a Buck Converter

In summary: Switcher ICs.In summary, the part is meant for a grounded switch topology, but the circuit is wired incorrectly and produces an incorrect voltage.
  • #1
manoj1996
5
0
sodoyle said:
TL;DR Summary: I am trying to change from 25-50 Vin to 5 Vout

Hi, I am trying to use an LT1170 to convert between 25-50 Vin to 5 Vout. Actually, I would like to keep a constant 5 V out regardless of the input. To do that I know the input would have to be 5 V plus any voltage drops with a 100% duty cycle but it's going to be low current so large duty cycles aren't really an issue (I don't think).

I made an LTspice model using the LT1170 from the built in library. I connected everything the same way as shown in the datasheet for a "positive buck converter" but do not get 5 V out. I will mention that a few differences I have are the zener diode and output resistor. Their circuit doesn't define the output resistor since it should regulate the voltage but will just output a higher current. I used 1 Ohm to make things simple. I'm not sure what voltage the zener diode should be rated for because I'm not really sure what it's even doing.

I understand if I can't really get help with LTspice here but even just getting help understanding what the components from the schematic do would be really helpful. Listing all of the components, there is what I think. I tried listing these starting at the left of the circuit and moving right in the order of top to bottom.C5 -- input capacitor to save the source from hard switching.
D3 -- not sure
C3 -- not sure
D1 -- normal buck converter diode (I'm not sure why they show a zener diode though).
C1 -- not sure
R2 -- not sure
R1 -- not sure
C2 -- not sure
D2 -- not sure
L1 -- normal buck converter output filter inductor
C4 -- normal buck converter output filter capacitor
R Unidentified below R4 -- Normal buck converter load resistor
R4 -- not sure

I've attached a screenshot of my LTspice schematic and the output current and voltage waveform at "out" and through "Rload". The link to the datasheet is below. I've also attached a screenshot from page 15 of the "positive buck converter" that I'm trying to build.

https://www.analog.com/media/en/technical-documentation/data-sheets/117012fi.pdf
Hii i have design PCB Board and i have solder components i have given input Vin=32V and Vout= 12V but i am getting Vout= 29V. Please check any changes in my schematic.
 

Attachments

  • schematic.pdf.png
    schematic.pdf.png
    15.8 KB · Views: 80
Engineering news on Phys.org
  • #2
Welcome to PF.

At a quick glance, it looks to be wired incorrectly (and is drawn in a very confusing way). Can you give a link to the datasheet for that part that shows a typical application circuit? Thanks.
 
  • #3
Wow, that's a weird part. I still haven't quite understood how it's used for a Buck configuration, but they do show a couple Buck applications in the datasheet:

https://www.analog.com/media/en/technical-documentation/data-sheets/117012fi.pdf

Is there a reason you want to use that part for a Buck converter? It seems like a more traditional part that is meant specifically for Buck converters would be a lot easier to use.
 
  • #4
manoj1996 said:
Hii i have design PCB Board and i have solder components i have given input Vin=32V and Vout= 12V but i am getting Vout= 29V. Please check any changes in my schematic.
Maybe you could download LTspice from the AD website.
Then experiment with the LT1170 macromodel test fixture provided.
Then model your LT1170 positive buck circuit.
Once you have optimised the simulation, compare that to the hardware.
 
  • #5
The example in the datasheet has a 100mA minimum load requirement. Are you providing that?

berkeman said:
It seems like a more traditional part that is meant specifically for Buck converters would be a lot easier to use.
Yep. Totally agree. This isn't a great choice IMO. Try searching TI for "simple switcher" for example.
 
  • #6
berkeman said:
Wow, that's a weird part. I still haven't quite understood how it's used for a Buck configuration
It's a really old part designed for grounded switch topologies like boost and flyback. It's claim to fame was easy to use, had a big transistor, and tolerant of high(ish) voltages. Really not intended for high side switching. They would do better now to take those examples out of the data sheet and tell you to choose a different one. But back in the day, when there weren't so many of these ICs, it may have made more sense.

One of my prejudices is that anytime I see an IC intended to be grounded but applied in a floating (virtual ground) configuration, I assume it's a bad choice and look for something else.
 
  • Informative
Likes berkeman
  • #7
How time flies.
The LT1170 dates from over 30 years ago.
Back then, for a low component count with an integrated switch, the competition was the LM78S40.
 
  • #8
berkeman said:
Welcome to PF.

At a quick glance, it looks to be wired incorrectly (and is drawn in a very confusing way). Can you give a link to the datasheet for that part that shows a typical application circuit? Thanks.
 

Attachments

  • LT1170 DATASHEET.pdf
    329 KB · Views: 70
  • #9
i have design circuit by datasheet in my schematic diagram
 

Attachments

  • Screenshot 2023-03-03 090003.png
    Screenshot 2023-03-03 090003.png
    10.3 KB · Views: 69
  • #10
I have put the "positive buck convertor" schematic, from the LT1170 datasheet, into LTspice, with the LT1170 model provided by LT with LTspice.

It does oscillate, but it does not regulate to 5 volt out.

It is sensitive to many components, but still does not regulate, it just fails to regulate in many different ways.

I am not surprised that your hardware fails to work. I suspect there is an error in the schematic. Some time will be needed to research the design, to get to the bottom of this.
 
  • Like
Likes berkeman
  • #11
Baluncore said:
Some time will be needed to research the design, to get to the bottom of this.
I'm not sure it's worth us investing all that time. As has been mentioned, this is a very old IC that was not really meant to be used in Buck topology.

@manoj1996 -- Can you use a more modern IC instead? Trying to use this old IC will likely take you 2-3 times as much effort and time as just using a simple switcher or other modern Buck topology IC.
 
  • Like
Likes artis
  • #12
I believe the problem is with the capacitor values you have used in the prototype.
Three capacitor values are critical to either starting, running, or both.
Your capacitors are numbered differently to those in the schematic provided in the data sheet.
Your C2 = 6.8uF needs to be 2.2uF
Your C4 = 0.1uF needs to be 1.0uF
Your C5 = 0.1uF needs to be 1.0uF
C1, C3 and C6 are OK.
You need a resistive load of between 2R and 50R, you do not have that.
The output voltage will be +5.12 volts, not 12 volts as you show. To change the output voltage from +5V to +12V, change only the value of your R6 from 3k74 to 10k75.
 
  • #13
Baluncore said:
I believe the problem is with the capacitor values you have used in the prototype.
Three capacitor values are critical to either starting, running, or both.
Your capacitors are numbered differently to those in the schematic provided in the data sheet.
Your C2 = 6.8uF needs to be 2.2uF
Your C4 = 0.1uF needs to be 1.0uF
Your C5 = 0.1uF needs to be 1.0uF
C1, C3 and C6 are OK.
You need a resistive load of between 2R and 50R, you do not have that.
The output voltage will be +5.12 volts, not 12 volts as you show. To change the output voltage from +5V to +12V, change only the value of your R6 from 3k74 to 10k75.
Thank you I will replace and i will update
 
  • #14
I need help That i am designing 5A to 10A DC Buck Converter for Nvidia AGX Orin Can please help which is suitable IC'S in that way i will design.
 
  • #15
It is a false economy to design and build one switching power supply. Like cars, you must build several of each prototype design, and crash test those to prove it is reliable.

The essential tool needed when designing switching supplies is LTspice. If you want help, you must get that software. There are many different software models and test jigs that come with LTspice.

Get your free copy of LTspice.
Attached is my LTspice model for your LT1170 buck converter.

LTspice.asc files are text, but need a .txt extension to attach to a post.
To run it on LTspice, change the extension from filename.asc.txt to filename.asc
 

Attachments

  • PF_LT1170-1.asc.txt
    3 KB · Views: 60

What is a Buck Converter?

A Buck Converter is a type of DC-DC converter that steps down a higher voltage input to a lower voltage output. It uses a switch and an inductor to regulate the output voltage.

Why am I having trouble building a Buck Converter?

Building a Buck Converter can be challenging due to the complex circuitry and the need for precise component selection and layout. Any errors or mismatches in the components can result in the converter not functioning properly.

How can I troubleshoot my Buck Converter?

To troubleshoot a Buck Converter, you should first check all the connections and make sure they are secure. Then, check the components for any damage or incorrect values. You may also want to use a multimeter to measure the voltage and current at different points in the circuit to identify any issues.

What are some common mistakes when building a Buck Converter?

Some common mistakes when building a Buck Converter include using incorrect component values, poor soldering, and incorrect wiring or layout. It is also important to make sure the components can handle the necessary power and current ratings.

Do I need any special tools or equipment to build a Buck Converter?

While it is possible to build a Buck Converter with basic tools and equipment, it is recommended to have a multimeter, oscilloscope, and a power supply for testing and troubleshooting purposes. Specialized tools such as a soldering iron and a PCB design software may also be helpful.

Similar threads

  • Electrical Engineering
Replies
10
Views
1K
  • Electrical Engineering
Replies
13
Views
2K
  • Electrical Engineering
Replies
32
Views
2K
  • Electrical Engineering
Replies
14
Views
2K
Replies
10
Views
1K
Replies
4
Views
2K
  • Electrical Engineering
Replies
27
Views
4K
  • Electrical Engineering
Replies
14
Views
6K
Replies
8
Views
1K
  • Electrical Engineering
Replies
10
Views
4K
Back
Top