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: Upgrading to latest SDK (2.40)

Part Number: SIMPLELINK-CC2640R2-SDK

Tool/software: Code Composer Studio

Hi,

I'm having difficulty getting a clean CCS build after upgrading the Simplelink SDK and Academy.  Here is my setup:

OS X 10.13.6 (High Sierra)

CCS 8.3.0.00009 - deleted prior CCS and performed a clean re-install which also installed xdctools 3.32.02.05 core and xdctools 3.51.01.18 core

During the install, I specified both CC264x and MSP432 support

Downloaded simplelink_cc2640r2_sdk_2_40_00_32 and simplelink_academy_cc2640r2sdk_2_40_01_00 from Resource Explorer. Removed existing SDK and Academy files (these were 2.30.00.28 files)

Imported Project Zero app and stack, built stack then app

While all this seems to work, there are warnings being generated that are of concern.

When importing Project Zero, a window popped up that said "Product 'XDCtools' v3.50.7.20_core is not currently installed. A compatible version 3.51.1.18_core will be used"

When building the stack project, I get this same warning plus another:  "Product 'SimpleLink CC2640R2 SDK' v2.20.0.49 is not currently installed. A compatible version 2.40.0.32 will be used"

When building the app, I get the same missing SDK 2.20.0.49 warning

The MSP432 SDK was downloaded and installed earlier - files are: simplelink_msp432p4_sdk_2_40_00_10 and simplelink_academy_msp432sdk_2_40_00_17

The directory structure for this is $HOME/ti/... with subdirs for each SDK, Academy package. My application dirs are at the same level segregated by device type - e.g. $HOME/ti/CC2640Projects/, $HOME/ti/MSP432Projects/...

Any suggestions on how I can get rid of these warnings? Something is clearly not right.

Regards,

ac

  • Hi Andrew,

    Sorry, that's an old version of Project Zero and we should have removed it.

    Can you import Project zero from C:\ti\simplelink_cc2640r2_sdk_2_40_00_32\examples\rtos\CC2640R2_LAUNCHXL\blestack\project_zero and re-try?