GUI Overview
21
SNVU472B – October 2016 – Revised August 2018
Copyright © 2016–2018, Texas Instruments Incorporated
The LP8756xQ1EVM (SV601325) Evaluation Module
Figure 18. Example of Command Use in Console
Table 4. Console Macros
Command
Parameters
Explanation
register_name
= register value | -
Write a value to writable I
2
C 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: BUCK0_VSET = 40
wait
(time)
Wait for time given in ms. Useful in loops.
iout
(buck number)
Returns the measured load current of the chosen buck core.
0x
address = data
or
address[bits] = data
I
2
C 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.