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/tms320c6678: processor-sdk CSL bug?

Part Number: TMS320C6678
Other Parts Discussed in Thread: PROCESSOR-SDK-C667X

Tool/software: Code Composer Studio

Processor-SDK-c667x 3.2.0.5

1. In the file csl_cptsAux.h, csl_cpts.h, cslr_cpts.h, maybe it is not correct for C6678 to use the V0 version. I think it should be V4.

2. In the file csl_cpsgmii_def.h, the following codes should be added at the end of file right before the last "#endif":

#ifdef __cplusplus

}

#endif