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.
Tool/software: Code Composer Studio
I'm trying to install the Simplelink CC2640 SDK, but when I run CCS I get the following error:
Operation details
Your original request has been modified.
"RTSC/XDCtools (IDE Client)" is already installed, so an update will be performed instead.
Cannot complete the install because one or more required items could not be found.
Software being installed: RTSC/XDCtools (IDE Client) 3.51.2.21 (org.eclipse.rtsc.xdctools.product.ui.feature.group 3.51.2.21)
Missing requirement: Runtime Object View Support 1.0.0.201902151736 (com.ti.rov 1.0.0.201902151736) requires 'bundle com.ti.ccstudio.webcontent 0.0.0' but it could not be found
Cannot satisfy dependency:
From: RTSC/XDCtools (IDE Client) 3.51.2.21 (org.eclipse.rtsc.xdctools.product.ui.feature.group 3.51.2.21)
To: com.ti.rov [1.0.0.201902151736]
I'm running CCS 5.5.Is this version too old?
My goal is to do some initial development work with the CC2640R simplelink evaluation board connected directly to my PC via USB, as the datasheet says it has an XDC built into it. I've never done anything with Code Composer Studio before, other than a simple LED flashing circuit with an MSP430 launchpad board, and my company uses CCS 5.5. Do I need to install a more recent version to use the simplelink SDK?
Gregory Decker said:I'm running CCS 5.5.Is this version too old?
CCSv5.5 is pretty old. If you are using CC2640R2 LaunchPad, it doesn't even support the XDS110 debug probe on the launchpad. You need AT LEAST CCSv6.1.0 for XDS110 support. And this is just for the integrated XDS110 (standalone XDS110, you need minimum CCSv7.0). I also doubt that CCSV5.5 has support for the CC2640R2 device. I would also suspect you would have issues with the SDK. Please update to the latest CCS version.
Thanks
ki