Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

What's the best practice to use CCS (v7) to manage project ?

$
0
0

Tool/software: Code Composer Studio

I'm using CCSv7 to develop for CC26xx / CC13xx LaunchPad. But I don't know what's the best practice to use CCS to manage project.

Following is my current usage and problem

I shall start a new project, for example, using simplelink_cc13x0_sdk_1_00_00_13, because all examples in SDK using relative link location. So for new project, I copy the whole simplelink_cc13x0_sdk_1_00_00_13 to a new location for my project. in the same level, I set the the workspace path for CCS. like the screen shot:

Then I decide to use sensor project under ti15.4 as a starter project. then I copy the sensor project as mysensor project

Question 1: when I import the mysensor project, it still shows sensor_cc1310lp, it will conflict with original sensor project (same name sensor_cc1310lp in CCS). So I must change the project name by hand in sensor_cc1310lp.projectspec manually ?

However even if I changed the project name, all files in new mysensor project are still linked into original sensor project.

Question 2: So what's the correct way to create a new project by copying from a original example ?

If I import sensor project , then use copy & paste of sensor project to mysensor project in CCS, it only copy project structure in workspace, not the whole project files, and all files in mysensor project are all linked to original sensor project files.

all files in the project are all linked / virtual folder. the directory structure is reflected into CCS workspace, not the real file system layout in project directory. If I import sensor (sensor_cc1310lp) project, I want to add new header/source files into project, but the new files will show under workspace/sensor_cc1310lp/Application (which is the virtual folder in project explorer in CCS).

Question 3:  What is the correct way to add new files in CCS into a project ?


Viewing all articles
Browse latest Browse all 262198

Trending Articles