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/MSP430FR6047: UltrasonicWaterFR6047_02_10_00_05 Copy to WorkSpace

Part Number: MSP430FR6047

Tool/software: Code Composer Studio

Hello

I want to copy the Ultrasonic waterFR6047 CCS demo project to workspace.

However, the ultrasonic demo project is not copied and only link files.

I created a new project and copied the files one by one and built it, and there are many errors.

How can I copy all files of the demo program to workspace?

Because I want to make various versions easy without damaging the original project.

The below picture is now situation.

Picture 1 . I can't check the copy projects into workspace.

Picture 2 . Import Ultrasonic waterFR6047 CCS demo project [But there is no .c .h file. Only link File]

i want to copy all files in demo project

  • Junsu Kim said:
    However, the ultrasonic demo project is not copied and only link files.

    That is correct. This example project is set up to use links to the source files. CCS is only able to make a copy of source files that are not linked, hence in this case there isn't a way to tell CCS to make a copy of the source files when you import the project. 

    Unfortunately, this does limit your ability to make changes to the source files while still preserving the original copy. In such cases, what we have been suggesting to users is to either

    - make a copy of the entire software package (in this case the root UltrasonicWaterFR6047_02_10_00_05 folder) and work with the copy, or
    - check the whole software package into source control so any changes to source files are tracked.