MP2130 - Monolithic Power Systems

AN051
Input Capacitor Selection Guide
For MP2130
The Future of Analog IC Technology
Input Capacitor Selection Guide for
MP2130
Application Note
Lucas Feng
August 26, 2011
AN051 Rev.1.0
9/19/2011
www.MonolithicPower.com
MPS Proprietary Information. Patent Protected. Unauthorized Photocopy and Duplication Prohibited.
© 2011 MPS. All Rights Reserved.
1
AN051
Input Capacitor Selection Guide
For MP2130
The Future of Analog IC Technology
ABSTRACT
The root cause of voltage overshoot on the input pin during soft-stop and how to select the input
capacitor are introduced in this application note. Under light-load and large-output–capacitor condition,
the buck IC operates in soft-stop mode and can behave as an undesirable boost circuit. This
application note describes how to select an appropriate input capacitor to absorb the energy from
regulated output capacitors to prevent input overvoltage. It is also useful for other Buck parts with softstop function.
Input Capacitor Selection Guide for MP2130
The MP2130 is a monolithic step-down switch-mode converter with built-in internal power MOSFETs. It
achieves a 3.5A continuous output current from a 2.7V-to-6V input voltage with excellent load and line
regulation. The MP2130 has a built-in soft-start that ramps up the output voltage at a controlled slew
rate, avoiding overshoot at startup. When disabled, the MP2130 ramps down the internal reference
thus linearly discharging the output. The soft-stop time is typically about 1ms.
During soft-stop, the low-side internal MOSFET switches to control the slew rate of the output voltage
that follows the internal reference. Under light-load and large-output–capacitor condition, the high-side
MOSFET is almost off during the soft-stop procedure. The energy stored in the output capacitor
transfers to the input capacitor through the inductor. The topology changes to a boost converter with the
high-side MOSFET acting as a parasitic diode, as shown in Figure 1. The boost voltage causes an
overshoot on the input capacitor; sometimes this overshoot exceeds the absolute maximum voltage
(VABS) of the input pin and can damage the IC. To prevent this, increase the input capacitor value to
absorb this energy as per this input capacitor selection guide.
MP2130
PVIN
VIN
CIN
D1
VIN
HS
LS Off
I2
SW
LS
EN
EN
PG
PG
AGND PGND
VO
L
I1
CO1
LS On
CO2
R1
FB
R2
Figure 1: Buck Topology Changes to Boost at Soft-Stop
AN051 Rev.1.0
9/19/2011
www.MonolithicPower.com
MPS Proprietary Information. Patent Protected. Unauthorized Photocopy and Duplication Prohibited.
© 2011 MPS. All Rights Reserved.
2
AN051 – INPUT CAPACITOR SELECTION GUIDE FOR MP2130
INDEX
Abstract ..................................................................................................................................................... 2
Input Capacitor Selection Guide for MP2130 .................................................................................... 2
Introduction ............................................................................................................................................... 4
Why Overshoot Voltage Occurs................................................................................................................ 4
Choosing an Appropriate Input Capacitor ................................................................................................. 4
a. LS-FET Current Cannot Exceed the Negative Current Limit ......................................................... 4
b. LS Current Exceeding the Negative Current Limit ......................................................................... 5
Example Design ........................................................................................................................................ 6
Conclusion ................................................................................................................................................ 7
AN051 Rev.1.0
9/19/2011
www.MonolithicPower.com
MPS Proprietary Information. Patent Protected. Unauthorized Photocopy and Duplication Prohibited.
© 2011 MPS. All Rights Reserved.
3
AN051 – INPUT CAPACITOR SELECTION GUIDE FOR MP2130
INTRODUCTION
Some special applications or the test processes need the output voltage to fall at a regulated rate for a
fixed time being disabled: This feature is called soft-stop. Usually, this function causes the output
voltage to fall smoothly, analogous to the soft-start. Care must be taken at light load and large output
capacitor condition as there may be an overshoot voltage on the input pin caused by this phenomena.
To protect the IC from being damaged by this overshoot, the input capacitor needs to be increased to
absorb this overshoot.
This application note describes the source of overshoots, and provides a method to select an
appropriate input capacitor.
WHY OVERSHOOT VOLTAGE OCCURS
Figure 1 shows the topology change during soft-stop. During soft-stop, the low-side internal MOSFET
(LS-FET) switches to control the slew rate of the output voltage, which follows the internal reference.
Under light-load and large output capacitor condition, the high-side MOSFET remains on for only a
short portion of the soft-stop period. When the LS-FET switches, the inductor current starts flowing from
the output capacitor to the SW pin. The output capacitors CO1 and CO2, the inductor L, the LS-FET, the
parasitic diode D1, and input capacitor CIN become a boost circuit. This can cause the voltage on the
VIN pin to rise rapidly and overshoot, as shown in Figure 2.
To protect the IC from overvoltage damage, use a large input capacitor to absorb overshoot.
VO
0
Soft Stop
time
IL
Negative Current Limit
VIN
overshoot
After SS,
discharge
itself
.
Figure 2: Overshoot Voltage on VIN during Soft Stop Time
CHOOSING AN APPROPRIATE INPUT CAPACITOR
a. LS-FET Current Cannot Exceed the Negative Current Limit
To simplify the analysis, use the average value to calculate the inductor current. If the negative inductor
current is less than negative current limit, then the output voltage can be regulated from the nominal
value to 0V within the fixed soft-stop period. You can refer to Figure 2. During soft-stop, estimate the
lowest negative inductor current using the equation below:
AN051 Rev.1.0
9/19/2011
www.MonolithicPower.com
MPS Proprietary Information. Patent Protected. Unauthorized Photocopy and Duplication Prohibited.
© 2011 MPS. All Rights Reserved.
4
AN051 – INPUT CAPACITOR SELECTION GUIDE FOR MP2130
INEG 
CO  VO
t SStop
(1)
Where INeg is most negative inductor current,
CO is the output capacitor,
VO is the output voltage,
tSStop is the soft stop time.
Under this circumstance, all energy stored in the output capacitor transfers to the input capacitor.
Consider the conduction loss on inductor, low-side MOSFET (LS-FET) and parasitic diode, estimate
80% transfer efficiency of boost converter. Therefore the transferred energy can be calculated by below
equation:
WBoost  0.5  CO  VO2  0.8
(2)
Where WBoost is the transferred energy.
To absorb this energy and protect the IC, the current input voltage plus the overshoot voltage cannot
exceed VABS on the input pin. The required minimum input capacitor can be calculated below:
CIN(Min) 
2  WBoost
2
VABS
 VIN2
(3)
Where CIN(Min) is the minimum input capacitor, and VABS is the absolute maximum value of input pin.
b. LS Current Exceeding the Negative Current Limit
Sometimes the stored energy in the output capacitor is very large (when the output voltage is high, or
the output capacitance is large, or both). The IC can not regulate the output voltage using the internal
reference during soft stop because the negative current limit protecting the LS-FET prevents highcurrent conduction. In this situation, the output voltage does not drop to zero during soft-stop and the
inductor current is limited by the negative current limit of the LS-FET, as shown in Figure 3.
Negative current limit
80%
Efficiency
VO
C O1
C O2
V IN
C IN
Figure 3: Simplified Transfer Mode at Negative Current Limit
AN051 Rev.1.0
9/19/2011
www.MonolithicPower.com
MPS Proprietary Information. Patent Protected. Unauthorized Photocopy and Duplication Prohibited.
© 2011 MPS. All Rights Reserved.
5
AN051 – INPUT CAPACITOR SELECTION GUIDE FOR MP2130
The output capacitor discharges at the current limit. If the output capacitor exceeds CO(Max), the inductor
current is limited to:
CO(Max ) 
I Neg _ Lim t SStop
VO
(4)
Where CO(Max) is the boundary value that the inductor current at the negative limit;
INeg_Lim is the negative current limit of the LS-FET.
Figure 3 also shows the simplified transfer mode if the current reaches the negative current limit. In this
mode, a current sink of equal value to the negative current limit discharges the output capacitor.
Considering the conduction loss on the inductor, the LS-FET, and the parasitic diode, estimate an 80%
boost-converter transfer efficiency. Then the transferred energy can be calculated below:
WBoost
2

INeg _ Lim  t SStop  

2
 0.5  CO   VO   VO 
   0.8
CO


 
(5)
The required minimum input capacitor now can be calculated:
CIN(Min) 
2  WBoost
2
VABS
 VIN2
(6)
EXAMPLE DESIGN
The following is an example input-capacitor calculation using the detailed design procedure described
previously for the MP2130. The MP2130 is a monolithic, step-down, switch-mode converter with built-in
internal power MOSFETs. It achieves 3.5A continuous output current from a 2.7V-to-6V input voltage. It
has excellent load and line regulation. The calculations are based on the following parameters:
 VABS =6.5V
 INeg_Lim=2.5A
 tSStop=1ms
 VIN=4.5V
 VO=3.3V
 L=1µH
 CO=10µF + 470µF E-Cap.
First, the CO_Max was calculated based on Equation (4):
CO(Max ) 
I Neg _ Lim t SStop
VO
 750F
In this example, CO is smaller than CO_Max and the inductor current will not exceed the negative current
limit. Calculate the input capacitor value using equations (2) and (3), or equations (5) and (6). The
minimum required input capacitor is then:
WBoost  0.5  CO  VO2  0.8  2090J
AN051 Rev.1.0
9/19/2011
www.MonolithicPower.com
MPS Proprietary Information. Patent Protected. Unauthorized Photocopy and Duplication Prohibited.
© 2011 MPS. All Rights Reserved.
6
AN051 – INPUT CAPACITOR SELECTION GUIDE FOR MP2130
CIN(Min) 
2  WBoost
 190F
2
 VIN2
VABS
Therefore the minimum input capacitor should be larger than 190µF, and preferably use a 330µF
capacitor for this example. Below is the curve of the minimum input capacitance vs. the output
capacitance for this example.
Minimum Input Capacitor vs. Output Capacitor
Input Capacitors (uF
1.00E+03
1.00E+02
1.00E+01
1.00E+00
1.00E+01
1.00E+02
1.00E+03
1.00E+04
Output Capacitors (uF)
Figure 4: Minimum Input Capacitor vs. Output Capacitor
CONCLUSION
The root cause of input voltage overshoot during soft stop and how to select the input capacitor are
introduced in this application note. Under light load conditions with a large output capacitor, the softstop mode may act as a boost circuit. This application note describes how to select an appropriate input
capacitor value to absorb the energy from regulated output capacitors. The design example and
procedure also help the engineers develop simple solutions based on different output capacitor values.
NOTICE: The information in this document is subject to change without notice. Users should warrant and guarantee that third
party Intellectual Property rights are not infringed upon when integrating MPS products into any application. MPS will not
assume any legal responsibility for any said applications.
AN051 Rev.1.0
9/19/2011
www.MonolithicPower.com
MPS Proprietary Information. Patent Protected. Unauthorized Photocopy and Duplication Prohibited.
© 2011 MPS. All Rights Reserved.
7