SLAA398A September   2008  – August 2018 MSP430F4794 , MSP430F4794

 

  1.   Using an MSP430™ MCU and TPS60313 to Implement a Single-Battery-Cell Powered Thermostat
    1.     Trademarks
    2. 1 Introduction
    3. 2 DC/DC Converter Basics – PIN vs POUT
    4. 3 TPS60313 Description and Features
    5. 4 MSP430 + Charge Pump Implementation for Single-Cell Thermostat
    6. 5 Thermostat Application Description
    7. 6 Current Measurements – Two Cell and Single Cell
    8. 7 Schematic
    9. 8 Conclusion
    10. 9 References
  2.   Revision History

DC/DC Converter Basics – PIN vs POUT

It is important to understand the relationship between power in, power out, and efficiency when selecting a converter. For an ideal physical system, the power in is equal to the power out. For the system overview depicted in Figure 1, this can be expressed as:

VBatt × IBatt = VCC × ICC

For example, if the battery voltage VBatt = 1.3 V, the MSP430 current ICC = 10 µA, and the MSP430 voltage VCC = 3.3 V, then, ideally, from the equation above, solving for IBatt yields:

IBatt = (VCC × ICC) / VBatt = 25 µA

This means that in order for an ideal dc\dc converter to supply 10 µA at 3.3 V to the MSP430, the battery would need to supply 25 µA at 1.3 V to the dc/dc converter. Ideal implies 100% efficiency but, of course, no real system is 100% efficient. Sources of inefficiency include power dissipation in the form of heat generation, switching losses, and quiescent current of the dc/dc converter itself. The graph in Figure 2 (taken from the TPS60313 datasheet) shows that when VIN = 1.3 V and VOUT = 3.3 V, the device is approximately 75% efficient when supplying an output current of 10 µA.

tps60313-efficiency-vs-output-current.gifFigure 2. TPS60313 Efficiency vs Output Current (VIN = 1.3 V, VOUT = 3.3 V)

If we reconsider the equation PIN = POUT taking into account the efficiency of the dc/dc converter:

VBatt × IBatt = (1 / eff) × VCC × ICC

Then solving for IBatt:

IBatt = (1 / eff) × ((VCC × ICC) / VBatt) = 34 µA

Using the same values for VBatt, ICC, and VCC, IBatt is found to be 34 µA. This means that to provide 10 µA at 3.3 V to the MSP430, the battery must supply a total of 34 µA at 1.3 V to the dc\dc converter.