SLVUCP8 September   2024 TPS26750

 

  1.   1
  2.   Description
  3.   Get Started
  4.   Features
  5.   Applications
  6.   6
  7. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
  8. 2Hardware
    1. 2.1 Additional Images
    2. 2.2 Power Requirements
    3. 2.3 Setup
    4. 2.4 Header Information
    5. 2.5 Jumper Information
    6. 2.6 Push Buttons
    7. 2.7 Interfaces
    8. 2.8 Debug Information
    9. 2.9 Test Points and LEDS
  9. 3Software
    1. 3.1 Software Description
    2. 3.2 Software Installation
      1. 3.2.1 Web Browser
      2. 3.2.2 Native Application
    3. 3.3 Software Development
    4. 3.4 Using the Application Customization Tool
      1. 3.4.1 Default View
      2. 3.4.2 Selecting a Configuration
      3. 3.4.3 Filling Out the Questionnaire
      4. 3.4.4 Advanced Configuration Mode
      5. 3.4.5 Flashing Configuration to TPS26750
      6. 3.4.6 Additional Settings
        1. 3.4.6.1 Generating a New Configuration
        2. 3.4.6.2 Exporting and Importing Settings
        3. 3.4.6.3 Generating the Binary
        4. 3.4.6.4 Generating the VIF File
  10. 4Application Specific Use Cases
    1. 4.1 Liquid Detection and Corrosion Mitigation Overview
      1. 4.1.1 Liquid Detection and Corrosion Mitigation Hardware Setup
      2. 4.1.2 Liquid Detection and Corrosion Mitigation Software Setup
      3. 4.1.3 Liquid Detection Detailed Implementation
        1. 4.1.3.1 Liquid Detection Config Register (0x98)
    2. 4.2 Use With the BQ25756EVM
      1. 4.2.1 Hardware Setup with BQ25756EVM
      2. 4.2.2 Software Setup with the BQ25756EVM
  11. 5Hardware Design Files
    1. 5.1 Schematics
    2. 5.2 PCB Layouts
    3. 5.3 Bill of Materials (BOM)
  12. 6Additional Information
    1. 6.1 Trademarks
    2. 6.2 Electrostatic Discharge Caution
    3. 6.3 Terminology
    4. 6.4 Device Support
      1. 6.4.1 Third-Party Products Disclaimer
      2. 6.4.2 Supplemental Content
    5. 6.5 Documentation Support
    6. 6.6 Receiving Notification of Documentation Updates
    7. 6.7 Support Resources

Exporting and Importing Settings

To save the current tool settings including the current configuration of the device as indicated by the form, click on the Export drop-down button on the top-right side of the tool and click on Export settings. This opens a window where the user changes the file name of the settings. Enter a file name and click Export to export a JSON file.

TPS26750EVM Export Settings in Application
                    Customization Tool Figure 3-12 Export Settings in Application Customization Tool

To import current tool settings including the current configuration of the device as indicated by the form, click the Import settings button on the top-right side of the tool. Select from the directory where the JSON setting file is and click the Import File button. The settings are restored in the Application Customization Tool.

TPS26750EVM Import Settings in Application
                    Customization Tool Figure 3-13 Import Settings in Application Customization Tool
Table 3-4 Export Options
Option under Export Header Output Format Output Extension Description
Export settings JSON .json Settings in this format can be loaded into the GUI.
Generate low region binary binary .bin This format is used for booting the TPS26750 from an External Controller (EC). For more details, refer to TPS26750 Technical Reference Manual, PBMx section.
Generate low region binary C source file .c This format is used for booting the TPS26750 from an External Controller (EC). For more details, refer to TPS26750 Technical Reference Manual, PBMx section.
Generate full flash binary binary .bin This format is written to an EEPROM on the TPS26750EVM using the GUI. The TPS26750 reads from this EEPROM for configuration at boot.
Generate full flash binary C source file .c This format is used to write the firmware to an EEPROM using custom code.
Generate VIF file XML .xml Information on this file can be found in the pdf included in the USB Vendor Info File Generator.