This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ULP8.1

Other Parts Discussed in Thread: MSP-EXP430FR5994, MSP430FR5962

When building the bottom most static library, I get this comment:
Building file: "../ti/MSP-EXP430FR5994_BQUart/BoardAPI/bspFuncs.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1220/ccs/ccs_base/msp430/include" --include_path="C:/Development/w_UnifiedBld/board" --include_path="C:/Development/w_UnifiedBld/board/driverlib/MSP430FR5xx_6xx" --include_path="C:/Development/w_UnifiedBld/board/driverlib/MSP430FR5xx_6xx/inc" --include_path="C:/Development/w_UnifiedBld/board/tcan4x5x" --include_path="C:/Development/w_UnifiedBld/board/vertiv/700780_RevB/BoardAPI" --include_path="C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power=all --advice:hw_config=all --define=__MSP430FR5962__ --define=_MPU_ENABLE -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="ti/MSP-EXP430FR5994_BQUart/BoardAPI/bspFuncs.d_raw" --obj_directory="ti/MSP-EXP430FR5994_BQUart/BoardAPI" "../ti/MSP-EXP430FR5994_BQUart/BoardAPI/bspFuncs.c"
"../ti/MSP-EXP430FR5994_BQUart/BoardAPI/bspFuncs.c", line 85: remark #1535-D: (ULP 8.1) variable "ConfiguredMBB" is used as a constant. Recommend declaring variable as either 'static const' or 'const'
Finished building: "../ti/MSP-EXP430FR5994_BQUart/BoardAPI/bspFuncs.c"