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/CC2650: Project Zero for CC2650 launchPad Rev. 1.2

Part Number: CC2650
Other Parts Discussed in Thread: BLE-STACK, , CC2640, SYSBIOS

Tool/software: Code Composer Studio

Hi, everybody. I have a CC2650 launchPad Rev. 1.2 and I would very much like to try to contact BLE. But, examples with BLU there is nowhere, nor in Simpl Academy, nor in cs Resource Explorer (classic version of is missing), on forums outdated. Out of the box the Board was stitched by this project and everything was fine.

  • Hi Egor,
    We do not provide any software beyond the existing SDK for CC2650. I suggest you migrate over to CC2640R2 or even CC2642, for a fresh evaluation.
  • Where can you find an old project, because there is a mention of it? I have no possibility to migrate to another controller.
  • You can use BLE-STACK 2.2.2 examples for LAUNCHXL-CC2650. For CC2650 SimpleLink Academy, you can refer to software-dl.ti.com/.../overview.html
  • Hi,
    You will find BLE-STACK v2.2.2 (Support for CC2640/CC2650 ) here: www.ti.com/.../BLE-STACK
  • Do I need to switch from cc2 v9 to a later one?
  • I suggest you to use CCS 8.3.
  • Installed an older software package and get errors when building Project Zero. CCS 8.3, BLE-STACK v2.02.01
    I get errors when building Project Zero when there is no such problem with other projects. Error logs:
    >> Compilation failure
    gmake[1]: Leaving directory `C:/ccs_workspace/project_zero_app_cc2650launchxl/TOOLS/src/sysbios'
    Build of libraries failed.
    TOOLS/subdir_rules.mk:12: recipe for target 'build-84545201-inproc' failed
    gmake: *** No rule to make target 'C:/ti/ccsv8/eclipse/EXT_TI_PRODUCTS_DIR/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/util.c', needed by 'Application/util.obj'.
    gmake: *** No rule to make target 'C:/ti/ccsv8/eclipse/EXT_TI_PRODUCTS_DIR/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/ecc/ECCROMCC26XX.c', needed by 'Drivers/ECC/ECCROMCC26XX.obj'.
    gmake: *** No rule to make target 'C:/ti/ccsv8/eclipse/EXT_TI_PRODUCTS_DIR/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall.c', needed by 'ICall/icall.obj'.
    gmake: *** No rule to make target 'C:/ti/ccsv8/eclipse/EXT_TI_PRODUCTS_DIR/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall_cc2650.c', needed by 'ICall/icall_cc2650.obj'.
    gmake: *** No rule to make target 'C:/ti/ccsv8/eclipse/EXT_TI_PRODUCTS_DIR/simplelink/ble_sdk_2_02_01_18/src/icall/app/icall_api.c', needed by 'ICallBLE/icall_api.obj'.
    "C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/cc26xx/Boot.c", line 36: fatal error: cannot open source file "driverlib/sys_ctrl.h"
    1 catastrophic error detected in the compilation of "C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/cc26xx/Boot.c".
    Compilation terminated.
    gmake[1]: *** [rom_sysbios.obj] Error 1
    gmake: *** [C:/ccs_workspace/project_zero_app_cc2650launchxl/TOOLS/src/sysbios/rom_sysbios.aem3] Error 2
    error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

    js: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
    gmake.exe: *** [package/cfg/app_ble_uartlog_pem3.xdl] Error 1
    gmake.exe: *** Deleting file `package/cfg/app_ble_uartlog_pem3.xdl'
    gmake.exe: *** [package/cfg/app_ble_uartlog_pem3.xdl] Deleting file `package/cfg/app_ble_uartlog_pem3.h'
    gmake.exe: *** [package/cfg/app_ble_uartlog_pem3.xdl] Deleting file `package/cfg/app_ble_uartlog_pem3.c'
    js: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
    gmake[1]: *** [build-84545201-inproc] Error 1
    gmake: *** [build-84545201] Error 2
    TOOLS/subdir_rules.mk:9: recipe for target 'build-84545201' failed
    gmake: Target 'all' not remade because of errors.

    CCS Error: cannot open source file "driverlib/sys_ctrl.h".
  • The project with TI-RTOS is going perfectly and works.
  • I solved the problem by uploading the project directly, not via Explorer