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/CC2640: CCS8.2 Mac, some .c file on workspace, some on ~/ti/simplelink...

Part Number: CC2640

Tool/software: Code Composer Studio

I am working with CCS8.3 on MacOS Mojave.

I just imported project_zero sample from Resource Explorer > CC2640R2 SDK > Examples > Development Tools > CC2640R2 LaunchPad > blestack.

CCS did not ask for copy to workspace or not.

After import, I checked .c file properties and location.

project_zero.c, location is ~/workspace_v8/project_zero_cc2640r2lp_app/Application/

main.c, location is ~/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/....

Do you know why some .c files are copied to workspace, some .c file stays ~/ti directory.

It is hard to manage by Git.

  • Hello Toru,

    This is how the projectspec file is written. Files that are generally linked instead of imported are re used by other project and are not meant to be updated. but CCS usually gives you the option to copy to workspcae when importing a a project. If not, the other option is the modify the project spec file located in the project directory.

    Regards,
    AB
  • Once I modified main.c, main.c is shared on all example.
    If I put error code on main.c, all example get same error.

    When I want to get fresh example by importing from resource explorer, I still get modified example. It makes some confusion.