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.

Unable to run Simple BLE Peripheral example in CC1350LP

Other Parts Discussed in Thread: CC1350

Hi,

Last week I was able to run SBP examble in CC1350LP and get advertising data with no issue from it but suddenly I cant run anymore after build the project.

I noticed I am getting the follow message:

Any advise? I already made a clean reinstall for CCS 6.2, BLE STACK 2.02.01 which include TI-RTOS.

Tried TI compiler 5.2.6, 5.2.8 and 15.12.3 and nothing

My current setting are: 

and:

Thanks in advance

  • Hi Ale,

    How does it fail? Are you able to push the play button in CCS?

    Could you also verify that you are using TI-RTOS v 2.20.01.08?
  • Hi Marie,

    I am able to press the play button in CCS when I am debugging and it is supposed to be working but it does not show nothing in advertising channels(I am using the TI Sniffer dongle) and I cant see the CC1350 in SensorTag application like in the past with both tools.

    These are the version I currently have installed in my system:

    The steps I follow are:

    TI resouce explorer -> simplelink -> simpleperipheral -> CCS -> simple_peripheral_cc1350lp_app Import the example project into CCS

    Build -> debug -> play 

    ------------------

    in addition to: I have a copy the old binaries generated for CCS(before any issue) I am able to flash it with Flash programmer 2 and working properly but I am not able to generate new working binaries after build all the project.
    From CCS Cloud I dont have any issues but it does not have BLE STACK :(

  • A similiar issue e2e.ti.com/.../552470

    I tried to replicate the solution but is not working for me

  • Hi Ale,

    You need to build and flash the simple_peripheral_cc1350lp_stack project before you build an debug the app project.
  • Hi Ale,

    Could you please verify that you are importing the correct version of the project by importing it through Project -> Import CCS Project?
  • Hi Marie,

    Suddenly works now.

    I think it was an issue with the compiler now I'm using 5.2.8 and all working properly

    Thanks