SNVU751 October   2020 LP875761-Q1

 

  1. 1Trademarks
  2. 2Overview
  3. 3Quick Setup Guide
    1. 3.1 Installing/Opening the Software
    2.     5
    3. 3.2 Power Supply Setup
    4. 3.3 Notes on Efficiency Measurement Procedure
  4. 4GUI Overview
    1. 4.1 Main Tab
    2. 4.2 Other Tabs and Menus
    3. 4.3 Console
  5. 5Bill of Materials
  6. 6Board Layout
  7. 7LP875761Q1EVM Schematics
  8. 8Revision History

Console

To show or hide the console, toggle the option in the View pulldown menu (see Figure 4-7). The console can be used to access the LP875761-Q1 registers. Registers can be read or written simply by referring to the logical registers by their name. See an example Figure 4-8. The console has a number of integrated macros that are listed in Table 4-3.

GUID-D872E07F-21E4-4445-AA3A-98CEAA1D1769-low.pngFigure 4-7 Opening Console
GUID-E9056DC2-C989-46BF-91E8-B6AC237EE7B9-low.pngFigure 4-8 Example of Command Use in Console
Table 4-3 Console Macros
CommandParametersExplanation
register_name= register value | -Write a value to writable I2C register or logical register. If no parameter given, will return the current register value. The logical register names are the same as given in the data sheet, and must be in uppercase.
Example read: BUCK_LOAD_CURRENT; example write: BUCK0_STARTUP _DELAY = 10
wait(time)Wait for time given in ms. Useful in loops.
iout(buck number)Returns the measured load current of the chosen buck core.
0xaddress = data
or
address[bits] = data
I2C read or write command.
addr = value
examples:
0x12 = 0xaa
0x12[7] = 1
0x12[3:0] = 15

The console supports use of scripts. If a text file containing commands supported by the console is stored in the same folder with the evaluation software executable, then the script can be launched from the console by typing the text file name, like script.txt.