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/CC2640: simpleBLEBroadcaster example project in ble_cc26xx_2_00_00-40913-alpha-0.8 is getting build in CCS but not broadcasting when flashed on CC2640

Part Number: CC2640


Tool/software: Code Composer Studio

I am working with CC2640 and the ble_cc26xx_2_00_00-40913-alpha-0.8. When I imported the simpleBLEBroadcaster in the example projects in CCS, it is getting build. But when I flash the build code on to CC2640 it is not at all broadcasting. But when I imported the same example project in IAR and tried with the compiled code in IAR, it started broadcasting. Could you please help me out with this issue.

  • Hi,

    It seems you are using an old version, we always recommend upgrading to the latest version of the stack:
    ti.com/ble-wiki

    Best wishes
  • Hi Zahid Haq,

    Thanks for the reply.

    Even though I'm having the latest version of the stack installed, I need to use the ble_cc26xx_2_00_00 stack because I'm already having a project based on simpleBLEBroadcaster of the old version. That project is configured to IAR workbench and I need to port the same to CCS. Hence I started with the simpleBLEBroadcaster of the version ble_cc26xx_2_00_00-40913-alpha-0.8 which brought me to this issue.

    When I went through the release notes of the same I found out that it is mentioned as such

    CC26xx Bluetooth Low Energy Software Development Kit

    Release Notes

    Version 2.0.0 Alpha 0.8

    October 30th, 2014

    Last minutes additions:

    - CCS projects provided. Both the Stack (using IAR library) and application can be built for following projects:

     •        SimpleBLEPeripheral

     •        SimpleBLECentral

     •        SimpleBLEObserver

     •        SimpleBLEBroadcaster


    Could it be an issue with the old stack?

     

    Best Regards