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.
Tool/software: Code Composer Studio
hello,
I try to compile a project and I don't receive any errors but there are some advice show. what I should do.
Error:
1/ #1546-D</a> (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead DRV83xx_MSP430F5529_trap_sensorless_main.c /DRV835X_MSP430F5529_Trapezoidal_Sensorless_BLDC line 71
2/ Not all available code size is being used. Recommend running Optimization Assistant to find best speed vs size setting (--opt_for_speed). Double-click to start.</a> Not all available code size is being used. Recommend running Optimization Assistant to find best speed vs size setting (--opt_for_speed). Double-click to start. DRV835X_MSP430F5529_Trapezoidal_Sensorless_BLDC properties
Your code has no build time errors. These diagnostics are advice, which is the lowest level of diagnostic issued. This advice, if followed, may cause your system to run faster, use less memory, or consume less power. Further details are in the article Ultra-Low Power (ULP) Advisor.
Thanks and regards,
-George