TIDUEO0C July   2019  – March 2021

 

  1.   Description
  2.   Resources
  3.   Features
  4.   Applications
  5.   5
  6. 1System Description
    1. 1.1 Key System Specifications
  7. 2System Overview
    1. 2.1 Block Diagram
    2. 2.2 Design Considerations
    3. 2.3 Highlighted Products
      1. 2.3.1 TPS63900: 1.8V-5.5 VIN Buck-Boost Converter With 75-nA Ultra-low Quiescent Current and 400-mA Output Current
      2. 2.3.2 TPS610995: 0.7 VIN Synchronous Boost Converter With 400-nA Ultra-low Quiescent Current and 1-A Peak Current
      3. 2.3.3 TPS62840: 750-mA Synchronous Step-Down Converter With Ultra-low Quiescent Current Consumption
    4. 2.4 System Design Theory
      1. 2.4.1 Battery Gauge BQ35100
      2. 2.4.2 In-System Current Monitoring
        1. 2.4.2.1 Resistor Values Calculation for the two Current Ranges
        2. 2.4.2.2 LPV521 Gain Calculation
        3. 2.4.2.3 Current Ranges Simulation With TINA-TI
        4. 2.4.2.4 Key ADS7142 Register Settings in TIDA-01546 Firmware
          1. 2.4.2.4.1 ADS7142 Sampling Rate
      3. 2.4.3 NB-IoT Module From u-blox
      4. 2.4.4 NB-IoT Module From Quectel
  8. 3Hardware, Software, Testing Requirements, and Test Results
    1. 3.1 Required Hardware
      1. 3.1.1 Testing TIDA-010053
      2. 3.1.2 TPS62840 Subsystem
      3. 3.1.3 TPS610995 Subsystem
      4. 3.1.4 Software
    2. 3.2 Testing and Results
      1. 3.2.1 Test Setup
      2. 3.2.2 Test Results
        1. 3.2.2.1 Test Results With the TPS62840 Buck Converter
        2. 3.2.2.2 Test Results With the TPS610995 Boost Converter
        3. 3.2.2.3 Test Results With the TPS63900 Buck-Boost Converter NB
        4. 3.2.2.4 Summary
  9. 4Design Files
    1. 4.1 Schematics
    2. 4.2 Bill of Materials
    3. 4.3 PCB Layout Recommendations
      1. 4.3.1 Layout Prints
    4. 4.4 Altium Project
    5. 4.5 Gerber Files
    6. 4.6 Assembly Drawings
  10. 5Software Files
  11. 6Related Documentation
    1. 6.1 Trademarks
  12. 7Terminology
  13. 8About the Author
  14. 9Revision History

Resistor Values Calculation for the two Current Ranges

The following explains how designers can customize the two current ranges to support many other battery-powered IoT applications in only two steps:

  • Changing (if necessary) the values of R32 and R33 in the TIDA-01546 system monitoring subsystem schematics (see Figure 2-5)
  • Software modifications for the high- and low-threshold registers of the ADS7142 device

The default resistor values for R32 = 6.8 kΩ and R33 = 0.1 Ω define the ranges 0–10 µA and 0–476 mA and achieve sufficient accuracy and resolution in each of these ranges. Select the resistors based on the load profile of the application. Note that in many cases, there are more than two current ranges for the load profile, so some simplification for this selection by the designer is needed.

Splitting the two ranges enables accurate measurement of both very low currents down to 300 nA (see the Battery and System Health Monitoring of Battery-Powered Smart Flow Meters Reference Design Guide) but also six orders of magnitude higher currents of up to 476 mA.

Only R32 = 6800 Ω is used when the system has settled after a possible load profile transition and operates in the 0–10 µA range, which is usually the case for the majority of the run time for many smart flow meters.

The system monitoring with the ADS7142 device is done by continuously comparing the current drawn by the application to the high and low thresholds and by raising an alarm through the ALERT pin to the TM4C Host MCU, if one of those is crossed.

GUID-C054E9E7-7F9E-43F1-9F30-AAC56D9A4EFB-low.gifFigure 2-5 Dual Shunt for System Health Monitoring Subsystem in TIDA-01546

When the current rises above the programmed high-threshold level, the ALERT high event is triggered and the TM4C MCU gets an interrupt. Only if the system is already operating in the low-current range, the host switches on the CSD13383F4 FemtoFET™ device, which enables the current flow through R33. Thus, the overall resistance is now R32 || (R33 + the CSD RDS(on) ), where RDS(on) is assumed to be 45 mΩ at 3.3 V, based on the existing data sheet values.

Equation 3. GUID-9486E8C6-9027-428D-9357-A9B074C78E0A-low.gif

The high threshold ALERT is re-triggered at the next data conversion, if the PRE_ALT_MAX_EVENT_COUNT is set to 0, but the TIDA-01546 firmware for the host MCU ignores it, if the device is already in the high-current range.

Vice versa, when the current drops back to low-current range, the ALERT pin is set by the low threshold and the MCU reads out which threshold set the alarm and switches the FemtoFET device off, which puts the system back to the initial condition.