slyt356.pdf

(538 KB) Pobierz
Power Management
Texas Instruments Incorporated
Using power solutions to extend battery life
in MSP430 applications
By Michael Day
Applications Manager, Portable Power Products
The MSP430 is the lowest-power microprocessor available
in the market. Its inherently low-power operation is ideal
for battery-powered applications where frequent battery
replacement is undesirable. This article shows two simple
but effective power solutions that further minimize MSP430
power consumption and extend battery life.
In an attempt to prolong battery life, software engineers
go to great lengths to optimize code, minimize memory
accesses, etc. Hardware engineers focus on ways to shut
down unused circuitry, ensure that all quiescent currents
and leakage paths are minimized, and maximize power-
supply efficiency.
In most cases, engineers eliminate any DC/DC conver-
sion altogether if the system’s source voltage falls within
the MSP430’s input operating range. Many MSP430 designs
do not need an input power supply because the MSP430
device family accepts extremely wide variations in input
voltage. For example, the MSP430FG4618 operates with
an input voltage of between 1.8 V and 3.6 V. Because of
this wide input range, many MSP430 designs operate
directly from a battery without additional power conver-
sion. Examples of input sources that do not need power
conversion are dual alkaline, nickel metal hydride, and
nickel cadmium batteries, as well as primary lithium-ion
coin cells.
An often overlooked technique for extending battery life
is to add an input power supply, even if it is otherwise not
needed. Adding a power supply between the input-voltage
source and the MSP430 to increase battery life is contra-
dictory to conventional thinking. This is because of two
things that all power supplies have in common: They have
quiescent current (I q ) at no load that sinks current from
the battery to ground; and they have less than 100% effi-
ciency, which dissipates power in the power supply. Even
power supplies optimized for low-power and battery-
powered applications have less than 100% efficiency, with
quiescent currents that continually drain battery capacity.
Typical power-supply efficiencies for an MSP430 applica-
tion operating at 3.0 V from two AA batteries is 85 to 92%.
Typical I q values range from 15 to 50 µA. Conventional
thinking says that removing this power supply and operat-
ing the application directly from the battery will extend
Figure 1. MSP430FG4618’s supply current
versus its supply voltage
700
600
500
400
300
1.8
2.1
2.4
2.7
3.0
3.3
3.6
Supply Voltage ( V )
battery life by an additional 8 to 15% because the effective
efficiency will then be 100%.
MSP430 supply current varies linearly with input voltage,
so operating the system with lower voltages reduces both
MSP430 input current and overall power consumption.
Figure 1 shows the variation in the MSP430FG4618’s 1-MHz
active-mode supply current (I AM ) versus its supply voltage.
Operatingatthelowestrequiredinputvoltageminimizes
battery current, but this requires the insertion of a power
supply. Regardless of topology, this power supply will be
less than 100% efficient. A common design scenario is an
MSP430 operating from two series-connected AA alkaline
batteries that supply 3.2 V when new and 1.8 V when dis-
charged. The designer must choose between two power-
system topologies. The first is to operate directly from the
battery voltage, which results in a higher MSP430 input
current. The second is to insert a power supply between
the battery and the MSP430. After considering the power
supply’s efficiency and quiescent current, many designers
quickly choose to operate directly from the input source.
Few designers are aware that adding a power supply can
actually provide significant improvements in battery life,
even with efficiency and quiescent-current concerns.
10
High-Performance Analog Products
4Q 2009
Analog Applications Journal
917562960.049.png 917562960.057.png 917562960.058.png 917562960.059.png 917562960.001.png 917562960.002.png 917562960.003.png 917562960.004.png 917562960.005.png
 
Texas Instruments Incorporated
Power Management
Designers must deviate from conventional thinking that
efficiency is the most important figure of merit in a power
system. In a battery-powered system, battery current drain
is the main concern. The examples in Figure 2 help make
this point. System 1 in Figure 2a operates directly from
two AA alkaline batteries. An equivalent power supply in
this example has 100% efficiency and 0-µA quiescent
current. All power delivered from the battery is available
to the MSP430. For System 2 in Figure 2b, a TPS780xx
LDOhasbeeninserted.TheLDO’sefficiencyisdefinedby
V OUT /V IN , which averages to approximately 90% over the
entirevoltagerangeofthebatteries.TheLDOalsodraws
500 nA of quiescent current from the battery. When only
efficiency and quiescent current are considered, System 1
clearly wins. However, System 2 draws less current from
the batteries, which extends the system’s operating time.
Figure 3 compares the two systems’ battery currents.
When the battery voltage is above 2.2 V, System 1 con-
sumes more battery current because the MSP430 operating
current is a linear function of input voltage. System 2
consumesaconstantcurrentbecausetheLDOmaintainsa
constant 2.2 V at the MSP430. As the battery voltage drops
to 2.2 V and below, the two MSP430s consume the same
current. System 2 consumes an additional 500 nA due to
the TPS780xx’s quiescent current (I q ). When the input
voltage is above 2.2 V, System 2’s reduced battery current
results in longer system run time.
Two lab experiments were conducted with an
MSP430FG4618 operating at 5 MHz while powered by two
AAA alkaline batteries. These experiments were set up to
correspond with the two systems in the previous example.
In this second example, System 1, with the MSP430 pow-
ered directly from the batteries, operated for 223 hours
before shutting down. System 2, which used a TPS780xx
to drop the MSP430 operating voltage to 2.2 V, operated
for 298 hours before shutting down. The addition of the
TPS780xxLDO,whichoperatesat90%efficiencywith
these operating conditions, extended battery life by 30%.
An often underutilized method to extend battery life is
dynamic voltage scaling (DVS). With DVS, the input sup-
ply is reduced if the MSP430 is operated at a lower clock
speed or placed into a low-power mode. The examples
presented earlier demonstrated that operating with lower
input voltages reduces current consumption and extends
battery life. For example, an MSP430 system operating
with a 7-MHz maximum clock frequency may require the
input voltage to be 3.3 V. If the clock speed is reduced to
4.6 MHz, the MSP430 requires only a 2.0-V input voltage.
If the MSP430 is placed into low-power mode, the
required input voltage is only 1.8 V.
Figure 2. Two alkaline-system configurations
Efficiency = 100%
Quiescent Current = 0 nA
3.2 V to 1.8 V
AA Alkaline
3.2 V to 1.8 V
MSP430
(a) System 1
Efficiency = 90%
Quiescent Current = 500 nA
TPS780xx
2.2 V
AA Alkaline
3.2 V to 1.8 V
MSP430
(b) System 2
Figure 3. MSP430’s operating current versus
battery voltage
600
I q
500
400
System 2 Current
300
1.8
2.2
2.6
3.0 3.2
Battery Voltage ( V )
11
Analog Applications Journal
4Q 2009
High-Performance Analog Products
917562960.006.png 917562960.007.png 917562960.008.png 917562960.009.png 917562960.010.png 917562960.011.png 917562960.012.png 917562960.013.png 917562960.014.png 917562960.015.png 917562960.016.png 917562960.017.png 917562960.018.png 917562960.019.png 917562960.020.png 917562960.021.png 917562960.022.png 917562960.023.png 917562960.024.png 917562960.025.png 917562960.026.png 917562960.027.png 917562960.028.png 917562960.029.png 917562960.030.png 917562960.031.png 917562960.032.png 917562960.033.png 917562960.034.png 917562960.035.png 917562960.036.png 917562960.037.png 917562960.038.png
Power Management
Texas Instruments Incorporated
Figure 4 shows a battery-powered system that uses the
TPS780xx to implement DVS to save battery power. The
TPS780xx,whichisanLDOwithanultralowquiescent
current of 500 nA, contains a digital input (V SET ) that
connects directly to the MSP430. The MSP430 pulls this
pin high to set V OUT at 2.2 V and pulls it low to set V OUT at
3.3V.ThisconfigurationallowstheMSP430toadjustits
input voltage as its operating conditions change.
Even if the MSP430 is operated only at 7 MHz when
active and placed into low-power mode when not active,
DVS can significantly extend battery life. In low-power
mode 3 (LPM3), the MSP430FG4618’s operating currents
at inputs of 3.3 V and 2.2 V are 2.13 µA and 1.3 µA,
respectively. With the TPS780xx’s 0.5-µA quiescent cur-
rent added, the battery currents are 2.63 µA and 1.8 µA,
respectively. DVS reduces battery current by 26% under
these conditions. This reduction of LPM3 battery current
is critical for systems that spend a significant amount of
time in sleep mode.
When designing an MSP430 power system, an engineer
should pay close attention to selecting the proper operat-
ing voltage. Minimizing the nominal operating voltage and
implementing DVS when possible will provide significant
improvements in a system’s run time.
Related Web sites
Figure 4. MSP430 with DVS implemented
TPS780xx
V OUT
V=0, V=3.3 V
SET OUT
V=1, V=2.2 V
SET
V SET
OUT
V CC
GPIO
MSP430
Li-lon
3.0 V to 4.2 V
12
High-Performance Analog Products
4Q 2009
Analog Applications Journal
917562960.039.png 917562960.040.png 917562960.041.png 917562960.042.png 917562960.043.png 917562960.044.png 917562960.045.png 917562960.046.png 917562960.047.png 917562960.048.png
IMPORTANT NOTICE
Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications, enhancements,
improvements, and other changes to its products and services at any time and to discontinue any product or service without notice.
Customers should obtain the latest relevant information before placing orders and should verify that such information is current and
complete. All products are sold subject to TI’s terms and conditions of sale supplied at the time of order acknowledgment.
TI warrants performance of its hardware products to the specifications applicable at the time of sale in accordance with TI's standard
warranty. Testing and other quality control techniques are used to the extent TI deems necessary to support this warranty. Except
where mandated by government requirements, testing of all parameters of each product is not necessarily performed.
TI assumes no liability for applications assistance or customer product design. Customers are responsible for their products and
applications using TI components. To minimize the risks associated with customer products and applications, customers should
provide adequate design and operating safeguards.
TI does not warrant or represent that any license, either express or implied, is granted under any TI patent right, copyright, mask
work right, or other TI intellectual property right relating to any combination, machine, or process in which TI products or services
are used. Information published by TI regarding third-party products or services does not constitute a license from TI to use such
products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under
the patents or other intellectual property of the third party, or a license from TI under the patents or other intellectual property of TI.
Reproduction of information in TI data books or data sheets is permissible only if reproduction is without alteration and is accompanied
by all associated warranties, conditions, limitations, and notices. Reproduction of this information with alteration is an unfair and
deceptive business practice. TI is not responsible or liable for such altered documentation. Information of third parties may be subject
to additional restrictions.
Resale of TI products or services with statements different from or beyond the parameters stated by TI for that product or service
voids all express and any implied warranties for the associated TI product or service and is an unfair and deceptive business practice.
TI is not responsible or liable for any such statements.
TI products are not authorized for use in safety-critical applications (such as life support) where a failure of the TI product would
reasonably be expected to cause severe personal injury or death, unless officers of the parties have executed an agreement
specifically governing such use. Buyers represent that they have all necessary expertise in the safety and regulatory ramifications of
their applications, and acknowledge and agree that they are solely responsible for all legal, regulatory and safety-related requirements
concerning their products and any use of TI products in such safety-critical applications, notwithstanding any applications-related
information or support that may be provided by TI. Further, Buyers must fully indemnify TI and its representatives against any
damages arising out of the use of TI products in such safety-critical applications.
TI products are neither designed nor intended for use in military/aerospace applications or environments unless the TI products are
specifically designated by TI as military-grade or “enhanced plastic.” Only products designated by TI as military-grade meet military
specifications. Buyers acknowledge and agree that any such use of TI products which TI has not designated as military-grade is
solely at the Buyer's risk, and that they are solely responsible for compliance with all legal and regulatory requirements in connection
with such use.
TI products are neither designed nor intended for use in automotive applications or environments unless the specific TI products are
designated by TI as compliant with ISO/TS 16949 requirements. Buyers acknowledge and agree that, if they use any non-designated
products in automotive applications, TI will not be responsible for any failure to meet such requirements.
Following are URLs where you can obtain information on other Texas Instruments products and application solutions:
Products
Amplifiers
Applications
Audio
Data Converters
Automotive
DLP ® Products
Broadband
DSP
Digital Control
Clocks and Timers
Medical
Interface
Military
Logic
Optical Networking
Power Mgmt
Security
Microcontrollers
Telephony
RFID
Video & Imaging
RF/IF and ZigBee ®
Wireless
Solutions
Mailing Address:
Texas Instruments
Post Office Box 655303
Dallas, Texas 75265
917562960.050.png 917562960.051.png
TI Worldwide Technical Support
Internet
TI Semiconductor Product Information Center Home
Page
TI Semiconductor KnowledgeBase Home Page
Product Information Centers
Americas
Phone
+1(972) 644-5580
Asia
Phone
Brazil
Phone
0800-891-2616
International
+91-80-41381665
Mexico
Phone
0800-670-7544
Domestic
Toll-Free Number
Australia
1-800-999-084
Fax
+1(972) 927-6377
China
800-820-8682
Internet/Email
Hong Kong
800-96-5941
India
1-800-425-7888
Europe, Middle East, and Africa
Phone
European Free Call 00800-ASK-TEXAS
(00800 275 83927)
International +49 (0) 8161 80 2121
Russian Support +7 (4) 95 98 10 701
Note: The European Free Call (Toll Free) number is not active in all
countries. If you have technical difficulty calling the free call number,
please use the international number above.
Fax
Indonesia
001-803-8861-1006
Korea
080-551-2804
Malaysia
1-800-80-3973
New Zealand
0800-446-934
Philippines
1-800-765-7404
Singapore
800-886-1028
Taiwan
0800-006800
Thailand
001-800-886-0010
Fax
+886-2-2378-6808
+(49) (0) 8161 80 2045
Email
tiasia@ti.com or ti-china@ti.com
Internet
Internet
Japan
Fax
Safe Harbor Statement: This publication may contain forward-looking statements that
involve a number of risks and uncertainties. These “forward-looking statements” are
intended to qualify for the safe harbor from liability established by the Private Securities
Litigation Reform Act of 1995. These forward-looking statements generally can be identified
by phrases such as TI or its management “believes,” “expects,” “anticipates,” “foresees,”
“forecasts,” “estimates” or other words or phrases of similar import. Similarly, such
statements herein that describe the company's products, business strategy, outlook,
objectives, plans, intentions or goals also are forward-looking statements. All such forward-
looking statements are subject to certain risks and uncertainties that could cause actual
results to differ materially from those in forward-looking statements. Please refer to TI's
most recent Form 10-K for more information on the risks and uncertainties that could
materially affect future results of operations. We disclaim any intention or obligation to
update any forward-looking statements as a result of developments occurring after the date
of this publication.
International
+81-3-3344-5317
Domestic
0120-81-0036
Internet/Email
International
Domestic
E093008
All trademarks are the property of their respective owners.
© 2009 Texas Instruments Incorporated
SLYT356
917562960.052.png 917562960.053.png 917562960.054.png 917562960.055.png 917562960.056.png
Zgłoś jeśli naruszono regulamin