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.

Defining a chip under ccsv5.1 (for 6713 DSK)



In trying to compile a project using CCSv5.1 + DSK6713, I get an error saying "no chip defined". This error message comes from csl_chiphal.h.

Under the "general" project properties, if I select the DSK6713 in one field, the other field does not accept the TMS320c67xx "variant". Where do I define the chip under ccsv5.1?

Thanks

  • Hi,

    CSL requires a symbol defined in the compiler options. In the case of C6713 device, the option is -d"CHIP_6713".

    In CCSv5.1, right-click on the project and select Properties --> CCS Build --> C6000 Compiler --> Predefined Symbols. Add a symbol CHIP_6713 to the section Pre-define NAME (--define, -D)

    Regards,

    Rafael