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.

CC1352P: How can I change the project files path from SDK to my workspace in collector and sensor examples

Part Number: CC1352P

I import collector_CC1352P1_LACUNCXL_tirtos7_ticlang from resource explorer.

I can not see some source and header files in my workspace. When I change the files and import the same project from resorce explorer, I can not import default project beacuse files are changed.

And I want to upload my project to anywhere I can not get soruce file in workspace because they are in SDK. How can I add the files SDK path to workspace?

SDK version is 6.20.00.29.

CCS version is 12.0.0.00009.

  • Hi Mucahit, 

    The default setting is to link the the files directly from the SDK. 

    But, we can change this and copy the files into the workspace. To do this, the projectspec file of the example needs to be modified. 

    It is found in the path: [SDK PATH]\examples\rtos\CC1312R1_LAUNCHXL\ti154stack\collector\tirtos7\ticlang

    Modify action="link" to action="copy", to all the files you need in the workspace. 

    Regards,

    Sid