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.

Load existing Target Configuration File (*.ccxml)

Hi ,

How to load the existing target configuration file in CCS V4 ? I could see only the option "New Target Configuration".

Thank you,

  • Hi Karthikeyan,


    you can either open it using File->Open, or add it to your project by Project->Add Files to Active Project.  

    If you end up with multiple ccxml files (Target Configurations) in your project, please take care which is the default/the one to be used.

    Does this answer you?

    Best Regards,
    Lisa

  • There is an enhancement request for this feature, see SDSCM00040990.

    Right now, you can manually copy the ccxml files in your shared target configuration directory from v4 to v5. You can see where the shared target configuration directory is set at in the Preferences dialog under: Code Composer Studio/Debug. After the files are copied, you can press the 'Refresh' toolbar button in the Target Configuration view to pickup the new files.

    Patrick