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/CCSTUDIO: Import Hercules RM57 CCS project in CCSv9 - ECC Generation option not available

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

In CCS V9, there's a new compiler option for the Hercules RM57 family:

This option is not available if you import a CCS project from an older version (I used a CCSv7.1 project see attachment). When you create a new project for an RM57, the option is available.

I attached an example CCSv7.1 for replication...

RM57_Stepper20170612_01.zip

  • Jan Cumps said:
    This option is not available if you import a CCS project from an older version (I used a CCSv7.1 project see attachment).

    The compiler options displayed in the CCS project properties depend upon the version of the compiler used in the project, since CCS determines the available options for the compiler version.

    Your attached example was set to use Compiler version TI v17.3.0.STS. I imported the example into a CCS 9.1 installation which had TI ARM compiler versions 17.3.0.STS, 18.1.6.LTS and 18.12.2.LTS installed:

    a. When originally imported was using v17.3.0.STS and the --ecc option wasn't displayed.

    b. Changed the compiler version used for the project to v18.12.2.LTS and the -ecc option was then displayed:

  • Thank you! That explains it.