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: Reset configuration settings to their defaults

Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Hello!

I have rather long living project which was migrating from early CCS 5.x to modern 8.2. At some point we realized we worked with debug configuration only. Now when we try to activate release configuration, it is broken so badly, that displays no properties at all and only errors like "The currently displayed page contains invalid values".

So I wonder, is there any method to reset the configuration to its defaults. Or, alternatively, if I have to recreate that configuration, is there a reference of settings applied.

Thanks.

  • rrlagic said:
    Now when we try to activate release configuration, it is broken so badly, that displays no properties at all and only errors like "The currently displayed page contains invalid values".

    Is it an RTOS project? If so, you may be hitting the known bug described in this thread. There are workarounds suggested in that thread and the bug will be fixed in the upcoming CCS 8.3 release.

  • Hello!

    Thank you very much for prompt response.

    My project is SYSBIOS project for C6670, and yes, it's the same bug: I can switch configurations in Project menu, then properties displayed properly.

    Sorry for making dup.