1
\$\begingroup\$

I'm trying to spec out an output capacitor for a TPS7201 voltage regulator (http://www.ti.com/lit/ds/symlink/tps7201.pdf). It needs to be selected carefully as it is used to stabilize the internal feedback loop. The datasheet suggests using a 10-15uF tantalum (with a max ESR of 1.3 ohms) and an external 0.5 ohm resistor in series with the cap.

First question: Is it be correct to say that the CSR = ESR + external resistor = 1.3 + 0.5 = 1.8 ohms? (EDIT: CSR in datasheet is "Compensated Series Resistance")

Now I would much rather use a ceramic cap, which from what I've read, has an ESR in the milliohms. In the TPS7201 datasheet, figure 30 illustrates the region of stability for a range of CSRs. It looks like a CSR of 0.1 to 2 ohms would be sufficient. So to get proper operation I would need add some additional external resistance to get to the necessary CSR.

Second question: If I use a ceramic cap instead of the tantalum, and if I add an external resistance of say 1 ohm (CSR then is 0.1 ohm for cap, and 1 ohm for external resistance, thus 1.1 ohms total, which is in stable region of operation according to figure 30), would this yield proper operation?

Does this make sense, or am I missing something fundamental?

Thanks

\$\endgroup\$
4
  • 1
    \$\begingroup\$ What does "CSR" stand for? \$\endgroup\$
    – The Photon
    Commented Jul 2, 2013 at 17:22
  • \$\begingroup\$ According to the datasheet, it's "Compensated Series Resistance". \$\endgroup\$
    – user25955
    Commented Jul 2, 2013 at 17:23
  • 1
    \$\begingroup\$ If you are not working on a design where pennies matter, I'd recommend just switching to a regulator that is not so fussy about resistance...There's lots available that are stable with ESR down to 0 Ohms. \$\endgroup\$
    – The Photon
    Commented Jul 2, 2013 at 17:26
  • \$\begingroup\$ Yes, that crossed my mind, but this regulator is pretty neat in that it has an enable, support up to 0.25A, and it only $2. My second option, LP2951 (onsemi.com/pub_link/Collateral/LP2950-D.PDF), is not as fussy but only supports 100mA. Only $0.93 though. \$\endgroup\$
    – user25955
    Commented Jul 2, 2013 at 17:28

1 Answer 1

1
\$\begingroup\$

Is it be correct to say that the CSR = ESR + external resistor = 1.3 + 0.5 = 1.8 ohms?

According to a footnote in the datasheet, "CSR(compensation series resistance) refers to the total series resistance, including the equivalent series resistance (ESR) of the capacitor, any series resistance added externally, and PWB trace resistance to CO."

In most cases, the trace resistance will be small enough that you can ignore it, and your formula would be correct enough.

Now I would much rather use a ceramic cap, which from what I've read, has an ESR in the milliohms.

Remember that a ceramic cap in the 10 - 15 uF range is going to be fairly large, which can cause reliability issues (due to mismatched CTE between the cap and board).

It looks like a CSR of 0.1 to 2 ohms would be sufficient.

Notice, comparing figs 28 and 29, that the required CSR changes depending on the capacitor value.

And your capacitor value will change depending on voltage and temperature. But 1-3 Ohms total resistance seems to be okay for any capacitance value.

If I use a ceramic cap instead of the tantalum, and if I add an external resistance of say 1 ohm would this yield proper operation?

Based on the above, this should work. Be sure that your capacitor will have 10 uF or so minimum value over all operating conditions.

\$\endgroup\$
2
  • \$\begingroup\$ Ah, you're right, 10uF might be a bit large for a ceramic. Moving to an electrolytic is a bit tricky. ESR values aren't published all that often. Perhaps going with a less picky regulator is a better choice... thanks for the info! \$\endgroup\$
    – user25955
    Commented Jul 2, 2013 at 18:06
  • \$\begingroup\$ The parts I use most often (tantalum rather than aluminum electrolytics) usually at least publish a max ESR...and generally they'll also give a SPICE model that you can take the typical from. Murata, AVX, and Kemet, for example, are all pretty good about providing models. \$\endgroup\$
    – The Photon
    Commented Jul 2, 2013 at 19:16