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/SIMPLELINK-CC2640R2-SDK: SIMPLELINK-CC2640R2-SDK

Part Number: SIMPLELINK-CC2640R2-SDK
Other Parts Discussed in Thread: CC2640R2F

Tool/software: Code Composer Studio

Hi 

I am using simplelink cc2640r2d launchpad for BLE testing and sample program development.

I had downloaded CCS offline for the same.

Then i had gone through to development guide for CC26XX wireless modules. Link of the same is given below. (Link1)

Then according to document as far as i understand i need ble_sdk_2_02_02 something .exe file for BLE. I downloaded it and execute in my windows.

Then while debugging the project for my LAUNCHPAD while it is connected with system with USB cable, I had seen the error that this module you had selected is not compatible for CC2640R2F. 

I had followed these steps.

Create a workspace.

1. Ensure that the CCS workspace path does not contain a whitespace.

2. Open the CCS IDE from the Start Menu.

3. Select Project→ Import CCS Project.

4. Select $BLE_INSTALL$\examples\cc2650em\simple_peripheral\ccs. NOTE: This is the CCS directory for the simple_peripheral project. CCS discovers two projects (the application project and the stack project).

5. Click the box next to an application project (depending on your development platform) and the stack project to select them.

6. Select Copy projects into workspace.

Then after debugging the result is error. Then i had tried all examples the result is same for all.

Then i had downloaded the referred SMARTRF FLASH PROGRAMMER 2 as adviced in that developer guide document to burn already present hex files in LAUNCHPAD.

Then it shows FAIL. with error (4).

Then LAUNCHPAD document on ti site i had seen that we need simple link sdk for this launchpad. That file name is "simplelink_cc2640r2_sdk_2_30_00_28". 

I download this file and try to open some example in CCS. Then i see that there is no project file in any example there are only ".C"0 files in there.

When i see online version of "simplelink_cc2640r2_sdk_2_30_00_28" in "dev.ti.com/tirex" i had seen all the project files are there in those example.

Is there any possible way to download those project file for offline use.??

  • Vaibhav,

    You can download the SDK here: www.ti.com/.../SIMPLELINK-CC2640R2-SDK

    How are you attempting to open the examples in CCS?

    The best way to do it is from Resource Explorer inside CCS. There you can browse the examples and import them directly into your workspace. If the SDK is not installed it will give you the option to do so.

    If the issue is that the computer you are running CCS from does not have internet access then you can download the SDK from the link above and then install it on your machine. You will not be able to use Resource Explorer to browse the examples but you can go to the Project menu and select "Import CCS Projects". You can then point it to where the SDK is installed and have it discover the example projects.

    Regards,
    John