SLVUCR9B August   2023  – January 2024 TPS2HCS10-Q1

 

  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 Assembly Instructions
    2. 2.2 Revision Differences
    3. 2.3 Jumper Information
    4. 2.4 Interfaces
    5. 2.5 Test Points
    6. 2.6 Transient Testing
  9. 3Software
    1. 3.1 Software Usage
      1. 3.1.1  Command Center View
      2. 3.1.2  I2T Tuner
      3. 3.1.3  Device Settings
      4. 3.1.4  Channel Settings
      5. 3.1.5  Console View
      6. 3.1.6  Log View
      7. 3.1.7  Importing/Exporting
      8. 3.1.8  Firmware Updates
      9. 3.1.9  Persist Settings
      10. 3.1.10 Language Settings
    2. 3.2 Software Development
  10. 4Hardware Design Files
    1. 4.1 Schematics
    2. 4.2 PCB Layouts
    3. 4.3 Bill of Materials (BOM)
  11. 5Additional Information
    1. 5.1 Trademarks
  12. 6Revision History

Console View

The Console View tab gives the user the ability to perform raw SPI reads/writes to the attached high-side switch. This mode is intended to be an advanced super-user mode and does not place any protections on data validation or verify that invalid configuration settings are not being sent. The console supports two commands: raw reads and raw writes. For a read command, simply enter "READ XX", where XX is replaced with the register in hex that is desired to be read. Similarly, for write commands, simply enter "WRITE X1 X2" where X1 is the register to write and X2 is the value to write, both in hex. Note that letter case, number of digits, and the presence of '0x' do not matter here as the GUI parses in the relevant format.

GUID-20230726-SS0I-FZHK-ZR1K-DNS7BVGJ0VWJ-low.png Figure 3-14 Example Console Commands

The status byte that is returned on a read/write corresponds to the global fault register. See the SPI read/write format section in the data sheet (SLVSGY2) for more information.