EVM Software
27
SNVU564A – July 2017 – Revised August 2017
Copyright © 2017, Texas Instruments Incorporated
Using the BOOST-LP5569EVM Evaluation Module
•
Seg/Label
supports predefined label names and .segment directives. If a .segment directive is
selected, the Instruction supports only three options (program1, program2, program3).
•
Instruction provides all available instructions. If an instruction is selected, parameter1, parameter2, and
parameter3 are enabled according to the type of instruction and the available parameters should be
provided. The detailed instruction format and examples are displayed.
2.13.6
Line Clear
The selected line is cleared but not removed.
2.13.7
Line Remove
The selected line is cleared and removed.
2.13.8
Line Insert
Seg/Label, Instruction
,
Parameters
, and
Comment
data are inserted into the selected line.
2.13.9
Line Replace
The selected line is replaced by the
Seg/Label
,
Instruction
,
Parameter
s, and
Comment
data.
2.14 Control View – Log Tab
The
Log
tab on the control view provides the history regarding I
2
C read/write, file access, and so forth.
Figure 37. Log Tab
2.15 Console
A predefined macro file can be executed using the
Console
window (see
). The
Console
window
can be opened by selecting Help
→
Console. The predefined macro file should be saved in .txt file format,
and it can be loaded and executed by clicking the
Load File
button. The default folder path is
C:\Users\[ID]\Documents\Texas Instruments\ lp5569
.
Table 2. Macro Instructions
MACRO SYNTAX
FUNCTION
EXAMPLE
REGISTER_NAME()
Register read REGISTER_NAME must be
the same as the register map on the GUI
(see
)
>CONFIG(); read CONFIG(0x00) register
REGISTER_NAME(hex_data)
Register write REGISTER_NAME must be
the same as the register map on the GUI
CONFIG(0x40); write CONFIG
FIELD_NAME()
Field read FIELD_NAME must be same
as the register map on the GUI
exp_en0(); read exp_en0 bit