Replies: 4 comments 12 replies
-
Buck ConvertersBuck converters are a type of switching power regulator (toggling the input level off and on again) that commonly include feedback and control circuitry to average some target output. The averaging in a "buck" topology is smoothed by an LC circuit. Ref: https://www.ti.com/lit/ds/symlink/tps564242.pdf Depending on the details of this control circuitry, we might get either of these two pictures: both have lots of little "scribbles" as the regulator circuit switches relatively quickly compared to the timescale view, but larger overall "shapes" also emerge. The "left" picture has the shape of a sawtooth, while the right picture looks like scribbled "mountains." Both are using an inductor as a "flywheel" to average out the switched impulses toggling between ~0 and ~12V, but the "sharktooth" picture represents what happens when the inductor current dips to zero (the flywheel stops spinning). Some questions:
|
Beta Was this translation helpful? Give feedback.
-
Regarding Linear RegulatorsThe 1.1 V GSW input is the "more important" input in that it, in part, supplies analog signals and should be low noise. The datasheet also says the variation should be +/- 5%, that puts us at +/- 55 mV. So a solution we've talked about is using a linear regulator being fed from a Buck Switching regulator. The Switching regulator would be used to bring down the unregulated input voltage to the board to a manageable switched (noisy-ish) voltage as input to a linear regulator. The switching regulator is much more efficient than the linear, but more noisy. So to avoid burning lots of current into regulated low (1.1 V) output we bring the linear input voltage to a lowish level, say no more than 2 V, then the linear regulator will be ~50% efficient or better (for a lower input V). The linear regulator will output a very clean output voltage. Taking a look at https://www.diodes.com/assets/Datasheets/AP7363.pdf ($0.56 on Mouser): Diodes Incorporated AP7363-HA-7
The datasheet talks about the thermal capabilities of the regulator:
Then the datasheet states
So the max power is 1.41 W, which is more than our expected 1.161 W of dissapation ✔️ Since this will be ~50% efficient we'll have to make sure we have the the right amount of input power, but this seems like a good start. |
Beta Was this translation helpful? Give feedback.
-
On TI TPS563207DRLR Switching SupplyDatasheet here: https://www.ti.com/lit/ds/symlink/tps563207.pdf?ts=1721343804662 Our target output voltage is between 1.045 V - 1.155 V (5% surrounding 1.1 V) I finally was able to log in / create an account at TI's website, so I could mess with the power workbench. I told it I_out max was 3 A, and nominal was 400 mA and that I wanted output voltage ripple of 2% or better and it generated this: Here are the results of a few of the simulations: 1. 300 mA to 3 A load switching back and forthOf note here is that the scale on the VOUT graph is well within the the target range. Steady State at 3 A load (I'd like to do a sim with like 300 - 400 mA load, but won't be included here)Again the wave form is well within the range. Input Voltage (like from power supply) moving aroundFinal ThoughtsAll of this makes me wonder if we could use something like this or similar to directly feed the 1.1 V Power? Before with the '47 we were worried that it would still be too noisy. But here according to the sim, we're well within our VOUT in a variety of situations. It would also be much simpler and less power wasteful to direct a switching supply to a linear regulator. It also occurs to me that we could probably setup a LR Low Pass Filter (which I guess is kinda what the inductor is for anyway) to try and block the switching noise kind of as much as we wanted to engineer for? (ignore the actual values, this is just the topology) But something like this could block high frequency signals getting out of VOUT. HeatAll of these parts seem like if we did nothing they'd melt themselves pretty well after sustained use at like 2 or 3 W. That is on the upper bounds of what the 1.1 V supply will require, but something we should think about at least. I think it's plausible we could thermally paste on a heat sink too if we wanted. |
Beta Was this translation helpful? Give feedback.
-
Categorizing (Buck) ConvertersThis is an interesting: https://www.ti.com/lit/sg/slyt729b/slyt729b.pdf It's a table (of sorts) of different TI converter parts showing their input voltage ranges against their output current ratings; so that matches our experience that one way to filter these parts is by looking for ones that have the "right" input range and are rated to deliver a certain amperage without catching on fire. But that lens only helps so much, there's certain operating points (like, say, Vin of 6-9V and 1-3A) that cover a lot of parts. Perhaps more interesting is to look at what they mean by the various colors (and gradients?), which have a key of:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It's where you go for power converters, amirite?
We get to pick:
And usually forced by the rest of the design:
Which leads to the three-way optimization triangle problem:
Footnotes
https://en.wikipedia.org/wiki/USB_hardware#USB_Power_Delivery ↩
The most common circuit design for these is a step-down transformer, single diode (half-rectifier) and a filter capacitor. See: https://www.radioworld.com/tech-and-gear/tech-tips/those-darn-wall-wart-power-supplies ↩
Beta Was this translation helpful? Give feedback.
All reactions