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.

Duplicating a CC2650DK project so that I don't link and modify original files

Expert 1340 points

I want to create fresh, local projects (without linked files) in my working directory for the CC2650DK using CCS6.1. For example, the SimpleBLEPeripheral uses files in C:\ti\simplelink and C:\ti\tirtos_simplelink_2_13_00_06. If I copy these two directories to another location such as d:\myfirmware, some files still link to C:\ti\tirtos_simplelink_2_13_00_06 instead of d:\myfirmware\tirtos_simplelink_2_13_00_06 and I may destroy the original files for other projects. How can I ensure that nothing is linked to c:\ti? Also, how can I strip down the SimpleBLEPeripheral to just the required minimum files&folders, since these two folders are ~500MB and cumbersome to duplicate.

  • Hello Tosa,

    Please see section 6.1 Adding a Driver in the BLE SW Developer's Guide (SWRU393).

    The $CC26XXWARE$ and $TI_RTOS_DRIVERS_BASE$ IAR argument variables refer to the actual installation location and can be viewed in IAR’s Tools Configure Custom Argument Variables menu. For CCS, the corresponding path variables are defined in the Project Options Resource Linked Resources, “Path Variables” tab

    CCS also needs to have visibility to the TI-RTOS & XDC tools.

    Best wishes