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/TIBLUETOOTHSTACK-SDK: Create new Bluetooth Stack Project (or from sample project)

Part Number: TIBLUETOOTHSTACK-SDK
Other Parts Discussed in Thread: CC2564MODA

Tool/software: Code Composer Studio

Hi - I'm using the TI Bluetooth Stack in CCS. I can successfully build and run the sample applications, but I'm ready to build my own application and am having trouble starting a new project with all necessary dependencies. I have tried starting a new project from scratch and copying the Bluetopia files over unsuccessfully. I have then tried just to copy the sample SPP project and I'll just edit it for my needs. When I copy the project and rename it, I get several "Invalid project path" warnings. How do I correct the project paths?

I'm using an MSP432 Launchpad with a CC2564MODA Boosterpack in CCS 6.2.

Thanks in advance!

  • Hi, we are routing this to the appropriate applications group and you should get a response soon.

    Thanks,

    Travis

  • Hi John,

    John Hooie said:

    I have then tried just to copy the sample SPP project and I'll just edit it for my needs. When I copy the project and rename it, I get several "Invalid project path" warnings. How do I correct the project paths?

    This could be because of the change in the directory structure of the CCS project. In all the sample application projects (i.e. SPPDemo), the stack/HAL dependency files are specified using reletive paths with respect to the CCS project files. You can change them according to your directory structure in the Project->Properties->Build->Include Options and Project->Properties->MSP432 Linker->File Search Path tabs.

    Best regards,

    Vihang