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.

CCS/DRV8350H-EVM: Compiler errors

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

Tool/software: Code Composer Studio

hello,

I try to compile a project "trapesoidal sensored commutation for BLDC motor" but I have some errors:

1/ #10010 errors encountered during linking; "DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC.out" not built DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC 

2/ gmake: *** [DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC.out] Error 1 DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC 

3/ gmake: Target 'all' not remade because of errors. DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC

4/ output file "DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC.out" exceeds code size limit output file "DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC.out" exceeds code size limit DRV835X_MSP430F5529_Trapezoidal_Sensored_BLDC

can you help me please. 

  • Hi,

    I tried to build this same project and the first error I found was related to an invalid variable being used: identifier "SensorlessTrapController" is undefined in the file <Init.c>.

    Replacing these symbols with the probably correct sensoredTrapController, I was able to build the project without errors but with several potentially dangerous warnings. 

    This leads me to believe there is a chance the project itself may have additional problems independently of Code Composer Studio. I will notify one of the motor drive experts to comment further. 

    Regards,

    Rafael

  • Yes you are right I corrected this error (it is a typo) and concerning the other errors, it is a problem of license.

  • All,

    Please update to a newer version of CCS. The older versions you are using have code size limitations because of the licensing used back then.

    The newer versions of CCS do not have this issue and the update is free.

    Regards,

    -Adam