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.

CCSv6 basic compilation issues for sensortag

Other Parts Discussed in Thread: CC2650STK

Hi,

I am new to BLE, so please excuse if there is any basic issues.

I installed CCS and than downloaded the "ble_sdk_2_02_00_31_setup" .

than I created a folder -kk1, and installed in that Folder.

2) I have opened view->Resource explorer.

In that on the top-> I added the kk1.

I am able to see in explorer on right side -> ble_sdk_2_02_00_31. and tirtos_cc13xx_cc26xx_2_18_003.

Question1) what is tirtos_cc13xx_cc26xx_2_18_003 and how is it used? As I am working on sensor I will be using ble_sdk_2_02_00_31?

than I went to ble_sdk_2_02_00_31 -> Examples-->cc2650stk-->sensortag-->ccs.
in that there are :a) sensortag_cc2650stk_app and

b) sensortag_cc2650stk_stack.

Question2) what is sensortag_cc2650stk_stack. for? for me to write applications only sensortag_cc2650stk_app is sufficent right? I do not need any stack right as I am not changing anything?

than for: sensortag_cc2650stk_app
I did step1) import the example to CCS -> Success and green.

than I did step2) I am getting the following Error:

==
**** Build Finished ****
Buildfile generation error occurred..
Product 'com.ti.rtsc.TIRTOSCC13XX_CC26XX' v2.18.0.03 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
==
Question3) what should I do to remove this Error?


=========
When I go to properties:
I see the following Error on the top:

None of the currently selected products include platform support.This project requires pre-3.30 version of XDC tools(or) Additional repository containing the Platform named below.

Question4) what is this error on the top?

In the same location I see Compiler version.

T1V5.2.6 [TI V16.6.0.STS]
TI V16.6.0.STS

Question 5) which one should I select and when to use them?


==
Can you please help me so that I can build a CCS-sensortag on my laptop and also develop applications...