Other Parts Discussed in Thread: CC2650, SYSBIOS, SYSCONFIG, CC2541, CC2540, BLE-STACK, CCSTUDIO, , CC2640
Hello
I've used TI parts for simple circuits. This is my first time using a more complex part such as a CC2650. We hope to use it to provide bluetooth capability for config/status.
I must say I'm not impressed with TI's software development toolchain. Maybe you can help me.
So I have the above board and I installed code composer studio on a Debian Linux computer. That was an utter failure. I'm quite comfortable with STM32 toolchain so perhaps its just TI does not support Linux. I have procurred a windows laptop and sadly its not much better. Since I figure its probably better to use windows Ill describe my problem using windows as the host OS.
Code Composer Studio Install process.
1. Choose the smaller online install which installs CC10 in pieces.
2. Select CC26xx as my desired development target.
3. Install.
4. I've used eclipse based IDE's before so Im used to updating within the IDE. I was surprised all the online update sites were disabled by default. I simply enabled all sites and tried to update. Some sites were not available. Perhaps that is why the updates sites were disabled.
5. I was able to "detect my board" and see the launchpadxl 2650 and proceed with trying to import a sample project. I chose a couple and they all fail to build.
6. Here is the error when I try to build any of the projects:
Description Resource Path Location Type
xdc.cfg.Program : The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later. .xdchelp /empty_min_CC2650_LAUNCHXL_TI line 71 C/C++ Problem
7: These are the directories as determined by the install process.
c::\ti\ccs1031
c:\ti\tirex-product-tree
c:\ti\tirtos_cc13xx_cc26xx_2_21_00_06
c:\users\19196\ti\CCSExternalReferences
c:\users\19196\ti\tirex-localserver-3.7.1
Nothing was installed in c:\program files\ or c:\program files (x86). I only mention this because in the IDE it refers to the program files directory.
With that said, in the IDE under the menu item Windows->Preferences->Code Composer Studio->Products
"Product Discovery Path" Pane
c:/ti/ccs1031
c:/tc
c:/program files/texas instruments
"Discovered products" Pane
SysConfig 1.8.1 c:/ti/ccs1031/ccs/utils/sysconfig_1.8.1
TI-RTOS for CC13XX and CC26XX 2.21.0.6 c:/ti/tirtos_cc13xx_cc26xx_2_21_00_06
XDCtools 3.62.0.08_core c:/ti/ccs1031/xdctools_3_62_00_08_core
I looked for other versions of xdctools and I found a page on TI, but the next previous version was not the 06 version mentioned in the original error message.
Any advice? Please not use STM, I'm trying to give this a real effort to use TI for our bluetooth design.