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.

LAUNCHXL-CC2650: Bluetooth Developer Studio TI Plugin issue

Part Number: LAUNCHXL-CC2650

Hi,

I recently got started with the Launchpad kit, it's great so far. I successfully got Project Zero working perfectly.

While following this tutorial, http://software-dl.ti.com/lprf/simplelink_academy/modules/ble_01_bds/ble_01_bds.html , I encountered an issue when trying to import the generated code into my project. While building I encounter an error that I am missing "Display.h". After removing the inclusion from project_zero_bds.c, I got an error because I am missing icall_api.h and icall_apimsg.h. I presume that the TI plugin generating this code is generating it for the SmartRF dev kit instead of the launch pad. Is there a BDS plugin to generate code compatible with the Launchpad kit?

Thanks,

Jordan Martin

  • I noticed that in the original Project Zero files, which I imported via the resource explorer in CSS, the source files are named "ProjectZero.c" and "ProjectZero.h" rather than "project_zero.c" and "project_zero.h" as shown in the tutorial linked in my first comment. My "ProjectZero.c" file does not include Display.h, and the ICall api file is named "ICallBleAPIMSG.h" rather than "icall_api.msg.h".
  • Hello,

    Are you using TI BLE SDK 2.2.1 and the output generated from BDS for TI BLE SDK 2.2.x?

    Best wishes
  • I imported the ProjectZero source through the resource explorer in CCS, found under "CC26xx Bluetooth Smart - v:2.01.00.44423". I did not consider that it would be using an older BLE stack. I can not see the TI BLE SDK 2.2.1 in the resource explorer, must I manually download this elsewhere and import it?

  • It seems that I imported the incorrect project files. I missed the step for installing the Simplelink Academy installer, as I was directed to the tutorial page from a google search. Here is where I should have started: software-dl.ti.com/.../overview.html

    Then add this folder to resources using the classic resource explorer and follow the instructions.

    Thank you JXS for pointing me in the right direction.
  •  hello everyone

    I wanna ask if this problem was solved or no because i have the same problem?

    if yes please tell me how .

    I work on this project

    in the file "project_zero_bds.c" I change the code by changing a name of two file as it showin in the picture

    I have those error

    I work withe BLE stack 2.21 , ccs v6.2 and a cc2650lp

    please help me