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.

Compiler/DRV8350S-EVM: DRV8350S-EVM cannot build with sensorless_BLCDC code

Part Number: DRV8350S-EVM
Other Parts Discussed in Thread: MSP430F5529

Tool/software: TI C/C++ Compiler

Hi team,

We are facing a trouble when the the code of DRV8350S-EVM build. Here is the error message we got. Could you tell me how to modify the error?

---------------------------

<Linking>
error #10269: output file "DRV835X_MSP430F5529_Trapezoidal_Sensorless_BLDC.out" exceeds code size limit
remark #10372-D: (ULP 4.1) Detected uninitialized Port C in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.
error #10010: errors encountered during linking; "DRV835X_MSP430F5529_Trapezoidal_Sensorless_BLDC.out" not built
remark #10372-D: (ULP 4.1) Detected uninitialized Port D in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.

>> Compilation failure
makefile:218: recipe for target 'DRV835X_MSP430F5529_Trapezoidal_Sensorless_BLDC.out' failed
gmake: *** [DRV835X_MSP430F5529_Trapezoidal_Sensorless_BLDC.out] Error 1
gmake: Target 'all' not remade because of errors.

----------------------------

Regards,

Nishimura