Some minor software modifications are
needed for the Universal Motor Control Lab software example to support
LAUNCHXL-F280039C with BOOSTXL-LMG2100-MD. See the following steps to make the
modifications.
- Go to “src_board/hal.c”,
comment out the definition for GPIO23 (Line 3606–Line 3609).
- Open “src_board/user_mtr1.h”,
change MACRO definition USER_M1_SIGN_CURRENT_SF to (1.0f) (Line 628).
- Open “src_board/user_mtr1.h”,
change define USER_M1_OVER_VOLTAGE_FAULT_V (58.0 f) and define
USER_M1_OVER_VOLTAGE_NORM_V (55.0f) (Line 644 and Line 647).
- Open “src_board/user_mtr1.h”,
change define USER_M1_ADC_FULL_SCALE_CURRENT_A (66.0f) (Line 614).