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.
Hi There,
Project Zero for CC2650 can be downloaded in SimpleLink Academy
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.