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.

[DSK6713], No CHIP Defined

Hi

 

I am using DSK6713 and CCS 3.3 and I got the "No CHIP Defined" in csl_chiphal.h. Been looking everywhere, but couldn't find the answer to that.

Is there anyway to fix it?

Thanks

  • If I recall correctly, you need to create a pre-processing compile define in your CCS project build settings that is of the format "CHIP_XXXX".

    If you look at the csl_chiphal.h, is there a CHIP_XXXX that corresponds to the C6713?  If so, define that label.

  • Yes, the compiler needs to be instructed to predefine CHIP_6713.  CCS has an option to do that (it is found in different places on different versions of CCS).

    An alternative is to simply add the line "#define CHIP_6713 1" to your program somewhere before #include "csl.h".