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: Putty didn't print any log

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650, CC2642R, CC2640R2F

Hi There,

I'm trying to run the cc26402r "project zero" on my cc2650 launch pad. But my putty didn't print any log. Plus when i tried ios app "lightblue" and android app "ble scanner". it couldn't find the "project zero" device. I'm using ccs10.1. I saw on resource explore that “flash programmer v2" but don't know how could that tool help.
  • Hi,

    The examples provided in the CC2640R2 SDK are not made to be run on CC2650 launchpads.

    Please use the proper SDK  and BLE stack for your device or (recommended) migrate to CC2640R2F or CC2642R

    Best regards,

  • Project Zero for CC2650 can be downloaded in SimpleLink Academy

  • Thank you Clement! This part helped a lot "The examples provided in the CC2640R2 SDK are not made to be run on CC2650 launchpads.".

  • I'm from a different domain. My goal is to run a "hello world" or 'project zero" to ensure my setup is correct before moving to other code snippets. However, I found it is extremely hard to find the correct instruction to run a demo on CC2650 launchpad. But I finally got the code up and running after a few days struggling. want to share my solution here, thought that might help someone who will encounter the similar headache:

    1) Refer to SimpleLink Academy, Download and Installed Simplink academy on local.

    2) Downloaded and installed  ble_sdk_2_02_01_18_setup.exe from: BLE Stack Archive (use the one as 2.2.1)

    Thanks to YK Chen's another post in the forum. I wasn't able to find any link on BLE_STACK to download older version. That's hard to believe.

    As per this post:

    BLE-Stack 2.2.1 installs tirtos_cc13xx_cc26xx_2_20_01_08
    BLE-Stack 2.2.2 installs tirtos_cc13xx_cc26xx_2_21_01_08

    This project zero code for cc2650 has dependency of tirtos_cc13xx_cc26xx_2_20_01_08. So BLE-Stack 2.2.1 is required.

    3) Downloaded CCS7.4 from Download CCS Older Release page. BLE SDK release notes mentioned 6.1.3 and above. I saw a few posts on forum using ccs7.4 with this specific SDK. So I chose to install this version.