Motherboard Forums


Reply
Thread Tools Display Modes

TI Swift DCDC power supply design

 
 





















rickman
Guest
Posts: n/a

 
      12-07-2003, 04:52 PM


I am primarily a digital engineer, but have some experience with the
analog world. Heck, I started with electronics when digital was done
with transistors, not on a chip, cans on a board. But I have not done
much with switching power supplies. I am looking at using a TI Swift
part for a very, very small footprint power supply module.

TI has some very nice software to support these designs even if it has a
few rough edges. But one problem I am having is in the parts list. TI
makes available a list of many caps and inductors with all the required
information. However Murata makes some ceramic caps that are smaller
for the values than anything in the TI parts list. I can add them to
the list, but I am not clear on where to find the data.

The Swift designer parts list needs MinESR, MaxESR, ESL and Iripple.
Murata provides a graph of temperature rise vs. Iripple, so that is
covered. They also provide graphs of ESR and Impedance vs. frequency.
This I am not clear on how to interpret.

First, I don't think that ESL is the same as Impedance. I expect that
ESL is just Inductance. So I guess I need to analyze the graph to get
the ESL value from the graph for impedance. I seem to remember the
formulae
Il = (2pi f L)
and
Ic = 1/(2pi f C)

So at the resonance point, where Ic and Il are equal,

2pi f L = 1/(2pi f C)

L = 1/(4(pi)^^2 f^^2 C)

Is this what is being requested in the TI Swift software?

The min and max ESR have me a bit stumped. I don't know if they want
the ESR at the capacitor resonance point, the frequency of the switcher
or some other point that corresponds to the loop analysis for the
filter. I never got the classes for control theory. So I guess I need
to sit down with a book or two someday to understand the whys and
wherefores of this sort of control loop.

Anyone worked with this software before and know how to add new
capacitors to the parts list?

--

Rick "rickman" Collins


Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX
 
Reply With Quote
 
Ben Bradley
Guest
Posts: n/a

 
      12-13-2003, 04:07 PM
In comp.arch.embedded, rickman <> wrote:

>I am primarily a digital engineer, but have some experience with the
>analog world.


I don't see a response after several days. You can probably get
good responses if you ask this on sci.electronics.design, but I'll put
in my two cents here.

>Heck, I started with electronics when digital was done
>with transistors, not on a chip, cans on a board. But I have not done
>much with switching power supplies. I am looking at using a TI Swift
>part for a very, very small footprint power supply module.
>
>TI has some very nice software to support these designs even if it has a
>few rough edges. But one problem I am having is in the parts list. TI
>makes available a list of many caps and inductors with all the required
>information. However Murata makes some ceramic caps that are smaller
>for the values than anything in the TI parts list. I can add them to
>the list, but I am not clear on where to find the data.


I know other companies that make switchers have such software. Look
at national.com - they've got an online simulator that runs spice -
I've never used it, but I think they would give a similar parts list
that might help you. Linear Technology has "Switcher CAD" for free,
it's supposed to be a complete spice package. But I don't imagine
either of these would help with TI switchers, other than as giving
more clues about passive parts.

>The Swift designer parts list needs MinESR, MaxESR, ESL and Iripple.
>Murata provides a graph of temperature rise vs. Iripple, so that is
>covered. They also provide graphs of ESR and Impedance vs. frequency.
>This I am not clear on how to interpret.
>
>First, I don't think that ESL is the same as Impedance. I expect that
>ESL is just Inductance. So I guess I need to analyze the graph to get
>the ESL value from the graph for impedance. I seem to remember the
>formulae
>Il = (2pi f L)
>and
>Ic = 1/(2pi f C)
>
>So at the resonance point, where Ic and Il are equal,
>
>2pi f L = 1/(2pi f C)
>
>L = 1/(4(pi)^^2 f^^2 C)


Let me check that from another direction: The formula for resonant
frequency is:
F = 1 / (2 pi sqrt (LC))
and solving for L gives what you got.

>Is this what is being requested in the TI Swift software?


Yes, that sounds right to me.

>The min and max ESR have me a bit stumped. I don't know if they want
>the ESR at the capacitor resonance point, the frequency of the switcher
>or some other point that corresponds to the loop analysis for the
>filter. I never got the classes for control theory. So I guess I need
>to sit down with a book or two someday to understand the whys and
>wherefores of this sort of control loop.


Aww, just read Bob Pease's column titled "What's all this PID stuff
anyhow" and that's all you need to know.
But of course the idea of the design software for these chips is
that you shouldn't have to know control theory, they supposedly have
it all worked out, and if you use parts within the specs they give, it
"should" work right off the bat.
On the Murata parts, does the ESR really vary that much with
frequency? It seems to me you should use the value at the switching
frequency, as that's generally where the high currents happen that
would be most affected by the voltage drop across the ESR.
Looking at some typical Murata ceramic caps page, it looks like ESR
DOES vary a lot with frequency:
http://www.murata.com/cap/nproduct/cap12e.pdf
You say it wants min and max ESR - I'd use the switching frequency
ESR for max, and ESR at self-resonance for min. Since the switching
waveform is far from a sine wave, it will see all the ESR values in
that range.

>Anyone worked with this software before and know how to add new
>capacitors to the parts list?


Have you asked someone at TI? They have an incentive to help
designers with this - lots of others make switching regulator chips
(National, Linear Technology, surely several others) and if TI wants
your business they should help.

>
>--
>
>Rick "rickman" Collins
>
>
>Ignore the reply address. To email me use the above address with the XY
>removed.
>
>Arius - A Signal Processing Solutions Company
>Specializing in DSP and FPGA design URL http://www.arius.com
>4 King Ave 301-682-7772 Voice
>Frederick, MD 21701-3110 301-682-7666 FAX


-----
http://mindspring.com/~benbradley
 
Reply With Quote
 
rickman
Guest
Posts: n/a

 
      12-14-2003, 03:55 PM
Ben Bradley wrote:
>
> In comp.arch.embedded, rickman <> wrote:

....snip...
> I know other companies that make switchers have such software. Look
> at national.com - they've got an online simulator that runs spice -
> I've never used it, but I think they would give a similar parts list
> that might help you. Linear Technology has "Switcher CAD" for free,
> it's supposed to be a complete spice package. But I don't imagine
> either of these would help with TI switchers, other than as giving
> more clues about passive parts.


Thanks for the advice. That's a good idea. I'll look them up.


> >2pi f L = 1/(2pi f C)
> >
> >L = 1/(4(pi)^^2 f^^2 C)

>
> Let me check that from another direction: The formula for resonant
> frequency is:
> F = 1 / (2 pi sqrt (LC))
> and solving for L gives what you got.


It has been awhile since I have used much from my AC circuits days.
Although I did not take this in college, I did have a little bit in high
school electronics.


> >Is this what is being requested in the TI Swift software?

>
> Yes, that sounds right to me.


I exchanged an email with TI support and they did not really answer the
question. The one guy that always seems to answer my hard core switcher
design questions is Ed Walker. He seems like a real good guy, but often
he does not quite understand what a newbie like me is asking. Instead
he espoused on how capacitor makers don't spec their parts very well.


> >The min and max ESR have me a bit stumped. I don't know if they want
> >the ESR at the capacitor resonance point, the frequency of the switcher
> >or some other point that corresponds to the loop analysis for the
> >filter. I never got the classes for control theory. So I guess I need
> >to sit down with a book or two someday to understand the whys and
> >wherefores of this sort of control loop.

>
> Aww, just read Bob Pease's column titled "What's all this PID stuff
> anyhow" and that's all you need to know.
> But of course the idea of the design software for these chips is
> that you shouldn't have to know control theory, they supposedly have
> it all worked out, and if you use parts within the specs they give, it
> "should" work right off the bat.


You would think that, but there is no clear indication (that I can see)
that a given design will work well as I vary the resistor that controls
the output voltage. I believe that this resistor (or the output voltage
itself) has very little impact on the control loop, but it is not zero
impact. The tool provides the gain and phase curves vs. freq for the
circuit, but then I am not familiar with how to analyze them other than
the zero intercept for one gives you the analysis value for the other.
Consider the gain when the phase is at zero and the phase when the gain
is at 0. I can see the default values they chose for a limit so I guess
I will be ok as long as I stat with those. But under some conditions I
see the gain/phase curves get rather curvy and I am concerned that this
might be a problem even if it does not go to zero.
> On the Murata parts, does the ESR really vary that much with
> frequency? It seems to me you should use the value at the switching
> frequency, as that's generally where the high currents happen that
> would be most affected by the voltage drop across the ESR.


Yes, the ESR in the graph is a "V" shape with capacitance dominating
below SRF and inductance dominating above. The impedance curve has a
sharp "V" at SFR in addition to this overall V shape while the ESR does
not. They seem to reach the same value at SRF with the inductance about
10x ESR at other freqs. I don't have the URL for this data sheet and it
is a bit large to attach in a non-binary group. But this seems to be a
typical capacitor curve to me.


> Looking at some typical Murata ceramic caps page, it looks like ESR
> DOES vary a lot with frequency:
> http://www.murata.com/cap/nproduct/cap12e.pdf


Yes, that is the link. cap04e is for the 22 uF in the 0805 package. I
am actually finding some anomolous info in the TI library. All the work
I have done with power decoupling showed me that smaller packages
typically have lower min ESR/impedance with little variation with
capacitance. But the values used in the Swift tool show higher ESR for
the same value capacitance in smaller packages. I don't know if this is
just a factor with these new, high value, very dense parts or if there
is something wrong with the data.


> You say it wants min and max ESR - I'd use the switching frequency
> ESR for max, and ESR at self-resonance for min. Since the switching
> waveform is far from a sine wave, it will see all the ESR values in
> that range.
>
> >Anyone worked with this software before and know how to add new
> >capacitors to the parts list?

>
> Have you asked someone at TI? They have an incentive to help
> designers with this - lots of others make switching regulator chips
> (National, Linear Technology, surely several others) and if TI wants
> your business they should help.


Yes, like I said I have spoken or emailed with Ed Walker several times
and he seems well intentioned, but it can be hard to get the answer to
the question you are asking. My first try on this one did not work.

But while I was waiting for a reply from him I decided that I could try
margin testing. Turns out you can set all your compensation component
values and draw new curves with the tool. So I let the tool design the
circuit using a set of caps that have a higher ESR. Then I lowered the
ESR value in the curve drawing tool. That seemed to give workable
results, but when I redesigned the circuit with caps that match the
lower value, I get very different compensation components. So I
repeated the test in the other direction. If you adjust the output cap
ESR in this tool, it will not save the changes. But if you change the
compensation components, you can save the changes. However, when I do
that, the curves change slightly from what they were in the value
editing tool (which lets you see the curves at any time).

So I think I have a solution although I don't have high confidence in
the tool. It also has some problems with printing and saving results.
I think TI needs a better windows programmer or two.

If anyone is more familiar with the tool and can talk switcher design to
a novice, I would appriciate the help, or even just a sanity check.


--

Rick "rickman" Collins


Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX
 
Reply With Quote
 
Mac
Guest
Posts: n/a

 
      12-15-2003, 05:21 AM
On Sun, 14 Dec 2003 10:55:11 +0000, rickman wrote:

> Ben Bradley wrote:
>>
>> In comp.arch.embedded, rickman <> wrote:

> ...snip...
>> I know other companies that make switchers have such software. Look
>> at national.com - they've got an online simulator that runs spice -
>> I've never used it, but I think they would give a similar parts list
>> that might help you. Linear Technology has "Switcher CAD" for free,
>> it's supposed to be a complete spice package. But I don't imagine
>> either of these would help with TI switchers, other than as giving
>> more clues about passive parts.

>
> Thanks for the advice. That's a good idea. I'll look them up.
>
>
>> >2pi f L = 1/(2pi f C)
>> >
>> >L = 1/(4(pi)^^2 f^^2 C)

>>
>> Let me check that from another direction: The formula for resonant
>> frequency is:
>> F = 1 / (2 pi sqrt (LC))
>> and solving for L gives what you got.

>
> It has been awhile since I have used much from my AC circuits days.
> Although I did not take this in college, I did have a little bit in high
> school electronics.
>
>
>> >Is this what is being requested in the TI Swift software?

>>
>> Yes, that sounds right to me.

>
> I exchanged an email with TI support and they did not really answer the
> question. The one guy that always seems to answer my hard core switcher
> design questions is Ed Walker. He seems like a real good guy, but often
> he does not quite understand what a newbie like me is asking. Instead
> he espoused on how capacitor makers don't spec their parts very well.
>
>
>> >The min and max ESR have me a bit stumped. I don't know if they want
>> >the ESR at the capacitor resonance point, the frequency of the switcher
>> >or some other point that corresponds to the loop analysis for the
>> >filter. I never got the classes for control theory. So I guess I need
>> >to sit down with a book or two someday to understand the whys and
>> >wherefores of this sort of control loop.


>>
>> Aww, just read Bob Pease's column titled "What's all this PID stuff
>> anyhow" and that's all you need to know.
>> But of course the idea of the design software for these chips is
>> that you shouldn't have to know control theory, they supposedly have
>> it all worked out, and if you use parts within the specs they give, it
>> "should" work right off the bat.

>
> You would think that, but there is no clear indication (that I can see)
> that a given design will work well as I vary the resistor that controls
> the output voltage. I believe that this resistor (or the output voltage
> itself) has very little impact on the control loop, but it is not zero
> impact. The tool provides the gain and phase curves vs. freq for the
> circuit, but then I am not familiar with how to analyze them other than
> the zero intercept for one gives you the analysis value for the other.
> Consider the gain when the phase is at zero and the phase when the gain
> is at 0. I can see the default values they chose for a limit so I guess
> I will be ok as long as I stat with those. But under some conditions I
> see the gain/phase curves get rather curvy and I am concerned that this
> might be a problem even if it does not go to zero.
>> On the Murata parts, does the ESR really vary that much with
>> frequency? It seems to me you should use the value at the switching
>> frequency, as that's generally where the high currents happen that
>> would be most affected by the voltage drop across the ESR.

>
> Yes, the ESR in the graph is a "V" shape with capacitance dominating
> below SRF and inductance dominating above. The impedance curve has a
> sharp "V" at SFR in addition to this overall V shape while the ESR does
> not. They seem to reach the same value at SRF with the inductance about
> 10x ESR at other freqs. I don't have the URL for this data sheet and it
> is a bit large to attach in a non-binary group. But this seems to be a
> typical capacitor curve to me.
>
>
>> Looking at some typical Murata ceramic caps page, it looks like ESR
>> DOES vary a lot with frequency:
>> http://www.murata.com/cap/nproduct/cap12e.pdf

>



In this datasheet, ESR declines monotonically. There is no 'V' to it.
Impedance is a V, which is typical.

By the way, I'm a little suprised at the ESR curve. This seems like a highly
non-ideal and non-linear capacitor. Also, if you look at graph 6, you will
see that the capacitance falls off pretty dramatically with applied DC
voltage, too. I don't know if this sheet is for the capacitors that the OP
is planning to use. But if it is, he should make sure that there will be
enough capacitance at the applied DC Voltage.

The switching controllers I've seen have all suggested tantalum or
electrolytic filter cap's, FWIW.

> Yes, that is the link. cap04e is for the 22 uF in the 0805 package. I
> am actually finding some anomolous info in the TI library. All the work
> I have done with power decoupling showed me that smaller packages
> typically have lower min ESR/impedance with little variation with
> capacitance. But the values used in the Swift tool show higher ESR for
> the same value capacitance in smaller packages. I don't know if this is
> just a factor with these new, high value, very dense parts or if there
> is something wrong with the data.
>
>
>> You say it wants min and max ESR - I'd use the switching frequency
>> ESR for max, and ESR at self-resonance for min. Since the switching
>> waveform is far from a sine wave, it will see all the ESR values in
>> that range.
>>


[snip]

This sounds somewhat plausible to me, too, except I might go below
switching frequency for the max, since we don't know what the
manufacturing spread is like. The graph is presumably for a typical
capacitor.

[snip]

Mac

 
Reply With Quote
 
John Woodgate
Guest
Posts: n/a

 
      12-15-2003, 08:44 AM
I read in sci.electronics.design that rickman <>
wrote (in <>) about 'TI Swift DCDC power
supply design', on Sun, 14 Dec 2003:

>Yes, the ESR in the graph is a "V" shape with capacitance dominating
>below SRF and inductance dominating above. The impedance curve has a
>sharp "V" at SFR in addition to this overall V shape while the ESR does
>not.


That's not an ESR curve but an IMPEDANCE curve. the Equivalent Series
Resistance can't be capacitive or inductive.

>They seem to reach the same value at SRF


Hardly surprising, because the residual impedance at the Series Resonant
Frequency IS the ESR.

--
Regards, John Woodgate, OOO - Own Opinions Only. http://www.jmwa.demon.co.uk
Interested in professional sound reinforcement and distribution? Then go to
http://www.isce.org.uk
PLEASE do NOT copy news posts to me by E-MAIL!
 
Reply With Quote
 
rickman
Guest
Posts: n/a

 
      12-15-2003, 02:50 PM


Mac wrote:
>
> On Sun, 14 Dec 2003 10:55:11 +0000, rickman wrote:
>
> > Ben Bradley wrote:
> > ...snip...
> >> Looking at some typical Murata ceramic caps page, it looks like ESR
> >> DOES vary a lot with frequency:
> >> http://www.murata.com/cap/nproduct/cap12e.pdf

> >

>
> In this datasheet, ESR declines monotonically. There is no 'V' to it.
> Impedance is a V, which is typical.


The data sheet simply does not show enough to include the rising ESR
above the SRF. If you look closely you will see that it does start to
turn up above 600 MHz or so.


> By the way, I'm a little suprised at the ESR curve. This seems like a highly
> non-ideal and non-linear capacitor. Also, if you look at graph 6, you will
> see that the capacitance falls off pretty dramatically with applied DC
> voltage, too. I don't know if this sheet is for the capacitors that the OP
> is planning to use. But if it is, he should make sure that there will be
> enough capacitance at the applied DC Voltage.


Hey, nothing in nature is perfect. This not one of the caps being
considered. Seems they all have roughly the same curve so when used at
3 to 5 volts, there is not much loss of capacitance.


> The switching controllers I've seen have all suggested tantalum or
> electrolytic filter cap's, FWIW.


Yes, but they have a high ESR. Turns out that for the ripple spec the
capacitance is not nearly as important as the ESR at the higher
frequencies that are used in current switchers, ~1 MHz. The capacitance
required is a function of the switching frequency and the current. The
ESR typically limits the ripple. With ceramic caps this will be very
low and for a 3 Amp supply with 700 kHz switching rate 4 x 22 uF (0805)
works very well, at least on paper.


> > Yes, that is the link. cap04e is for the 22 uF in the 0805 package. I
> > am actually finding some anomolous info in the TI library. All the work
> > I have done with power decoupling showed me that smaller packages
> > typically have lower min ESR/impedance with little variation with
> > capacitance. But the values used in the Swift tool show higher ESR for
> > the same value capacitance in smaller packages. I don't know if this is
> > just a factor with these new, high value, very dense parts or if there
> > is something wrong with the data.
> >
> >
> >> You say it wants min and max ESR - I'd use the switching frequency
> >> ESR for max, and ESR at self-resonance for min. Since the switching
> >> waveform is far from a sine wave, it will see all the ESR values in
> >> that range.
> >>

>
> [snip]
>
> This sounds somewhat plausible to me, too, except I might go below
> switching frequency for the max, since we don't know what the
> manufacturing spread is like. The graph is presumably for a typical
> capacitor.
>
> [snip]
>
> Mac


--

Rick "rickman" Collins


Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX
 
Reply With Quote
 
rickman
Guest
Posts: n/a

 
      12-15-2003, 04:13 PM
John Woodgate wrote:
>
> I read in sci.electronics.design that rickman <>
> wrote (in <>) about 'TI Swift DCDC power
> supply design', on Sun, 14 Dec 2003:
>
> >Yes, the ESR in the graph is a "V" shape with capacitance dominating
> >below SRF and inductance dominating above. The impedance curve has a
> >sharp "V" at SFR in addition to this overall V shape while the ESR does
> >not.

>
> That's not an ESR curve but an IMPEDANCE curve. the Equivalent Series
> Resistance can't be capacitive or inductive.


Did you look at the graph? They show an impedance curve as well as an
ESR curve. Both have the V pattern with a sharper V at SRF for the
impedance.


--

Rick "rickman" Collins


Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX
 
Reply With Quote
 
John Woodgate
Guest
Posts: n/a

 
      12-15-2003, 05:31 PM
I read in sci.electronics.design that rickman <>
wrote (in <>) about 'TI Swift DCDC power
supply design', on Mon, 15 Dec 2003:
>John Woodgate wrote:
>>
>> I read in sci.electronics.design that rickman <>
>> wrote (in <>) about 'TI Swift DCDC power
>> supply design', on Sun, 14 Dec 2003:
>>
>> >Yes, the ESR in the graph is a "V" shape with capacitance dominating
>> >below SRF and inductance dominating above. The impedance curve has a
>> >sharp "V" at SFR in addition to this overall V shape while the ESR does
>> >not.

>>
>> That's not an ESR curve but an IMPEDANCE curve. the Equivalent Series
>> Resistance can't be capacitive or inductive.

>
>Did you look at the graph? They show an impedance curve as well as an
>ESR curve. Both have the V pattern with a sharper V at SRF for the
>impedance.


It wouldn't download when I looked before, but it does now. What I say
is incorrect is this:

>>Yes, the ESR in the graph is a "V" shape with capacitance dominating
>> >below SRF and inductance dominating above.


The ESR **cannot** be capacitive or inductive; it is by definition a
pure resistance (but not necessarily independent of frequency, voltage,
temperature, state of the tide etc.).

But the ESR curve is definitely weird. I guess that there is a lot of
dielectric loss, which in a more realistic equivalent circuit appears as
a resistance *in parallel* with the capacitor. Reducing the components
to just a series R and C does produce behaviour like that.

If I had time, I'd Spice the impedance of a 1 uF with 1 ohm (? I don't
remember the precise ESR values at the SRF) in series and 15 kohms in
parallel. I think it might look a bit similar.
--
Regards, John Woodgate, OOO - Own Opinions Only. http://www.jmwa.demon.co.uk
Interested in professional sound reinforcement and distribution? Then go to
http://www.isce.org.uk
PLEASE do NOT copy news posts to me by E-MAIL!
 
Reply With Quote
 
Mac
Guest
Posts: n/a

 
      12-16-2003, 05:41 AM
On Mon, 15 Dec 2003 09:50:03 +0000, rickman wrote:

>
>
> Mac wrote:
>>
>> On Sun, 14 Dec 2003 10:55:11 +0000, rickman wrote:
>>
>> > Ben Bradley wrote:
>> > ...snip...
>> >> Looking at some typical Murata ceramic caps page, it looks like ESR
>> >> DOES vary a lot with frequency:
>> >> http://www.murata.com/cap/nproduct/cap12e.pdf
>> >

>>
>> In this datasheet, ESR declines monotonically. There is no 'V' to it.
>> Impedance is a V, which is typical.

>
> The data sheet simply does not show enough to include the rising ESR
> above the SRF. If you look closely you will see that it does start to
> turn up above 600 MHz or so.


If you say so. ;-)
>
>
>> By the way, I'm a little suprised at the ESR curve. This seems like a highly
>> non-ideal and non-linear capacitor. Also, if you look at graph 6, you will
>> see that the capacitance falls off pretty dramatically with applied DC
>> voltage, too. I don't know if this sheet is for the capacitors that the OP
>> is planning to use. But if it is, he should make sure that there will be
>> enough capacitance at the applied DC Voltage.

>
> Hey, nothing in nature is perfect. This not one of the caps being
> considered. Seems they all have roughly the same curve so when used at
> 3 to 5 volts, there is not much loss of capacitance.
>


And nothing made by man is perfect, either. Don't forget to check out the
temperature coefficient.

>
>> The switching controllers I've seen have all suggested tantalum or
>> electrolytic filter cap's, FWIW.

>
> Yes, but they have a high ESR. Turns out that for the ripple spec the
> capacitance is not nearly as important as the ESR at the higher
> frequencies that are used in current switchers, ~1 MHz. The capacitance
> required is a function of the switching frequency and the current. The
> ESR typically limits the ripple. With ceramic caps this will be very
> low and for a 3 Amp supply with 700 kHz switching rate 4 x 22 uF (0805)
> works very well, at least on paper.
>


The other thing that bothers me is the high ESR at DC. In between
transitions, the capacitor really is at DC, in a sense. I think there may
be a good reason that most switchers are designed with tantalum. Kemet has
some very low ESR tantatlum caps (as low as 30 mOhm).

On the other hand, I went through the math with an ideal 88uF cap, and
assuming you were stepping down from 5V to 3.3V, you get only 16mV of
ripple. This is purely from the dV = Idt/C.

Then, with 3A current draining through a 0.03 Ohm tantalum cap, you get
90mV of droop. During the charge cycle, there will be even more current
flowing, so you will probably have over 200 mV of ripple with 30 mOhms. In
other words, I get what you are saying about most of the ripple being due
to ESR, not capacitance. ;-)

If you are bound and determined to go ceramic, I would urge you to
consider sticking with NPO/COG, or X7R dielectrics.

[snip]

best regards,
Mac

 
Reply With Quote
 
Allan Herriman
Guest
Posts: n/a

 
      12-16-2003, 07:03 AM
On Mon, 15 Dec 2003 21:41:09 -0800, "Mac" <> wrote:

>The other thing that bothers me is the high ESR at DC. In between
>transitions, the capacitor really is at DC, in a sense. I think there may
>be a good reason that most switchers are designed with tantalum. Kemet has
>some very low ESR tantatlum caps (as low as 30 mOhm).


Kemet have parts with ESR a lot better than 30 mohm, e.g.

T530X337M010ASE010 330 uF 10V 10 mohm

Regards,
Allan.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Aspire 1703sc power supply problem diagnosis Ernest Fowler Acer 0 12-09-2008 05:14 AM
Re: Power Supply Requirements For P4C800-E Deluxe and HD3850 Paul Asus 0 10-21-2008 09:44 AM
s5393 power up jim Tyan 8 06-12-2008 03:41 AM
HP Pavilion 540n power supply & front panel pin schematic info Postman Delivers Compaq 4 01-09-2008 06:06 PM
HP Kayak XU ATX power supply conversion 3130@mail.com HP 0 02-10-2007 05:22 PM


All times are GMT. The time now is 12:29 AM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43