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/CC2650STK: How to start a new BLE project / is there a wizard ?

Part Number: CC2650STK
Other Parts Discussed in Thread: CC2650, SIMPLELINK-CC2640R2-SDK

Tool/software: Code Composer Studio

Hi,

I've bought a CC2650 sensortag and its devpack. I also installed CCS 7.2 and the SimpleLink SDK.

Samples do compile.

I want to start a new project, and CCS doesn't have a template with BLE.

I've tried to recompile the sensortag application starting from the "empty template", adding sensortag source and trying to add dependencies. It went nowhere.

Is there a way to install a template, or better, a wizard to start a new BLE-enabled project ?

Thanks by advance.

  • Hello Jean,

    We do not use a wizard for creating a new BLE project but recommend referencing an existing project. For our SIMPLELINK-CC2640R2-SDK, we now use .projectspec files. All you need to do is reference an existing .projectspec file and change the .name in the file. That will allow you to import it to your workspace.

    Best wishes