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.

CC2650EM-7ID-RD: CC2650EM-7CID & XDS100v3 version error

Part Number: CC2650EM-7ID-RD
Other Parts Discussed in Thread: CC2560, MSP430G2553

Hi, 

I'am pretty new to the CC2560, I tried to run on CCS Cloud a simple demo which I found it on TI Resource explorer just to get started with this module. However, I  got this error below, knowing that I have had installed the XDS100v3 driver 

subdir_rules.mk:17: recipe for target 'build-1479144401-inproc' failed error: xdc.cfg.Program: "/mnt/ccs/xdctools_3_61_02_27_core/packages/xdc/cfg/Program.xs", line 71: 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. js: "/mnt/ccs/xdctools_3_61_02_27_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed! gmake: *** [package.mak:201: package/cfg/uartecho_pem3.xdl] Error 1 js: "/mnt/ccs/xdctools_3_61_02_27_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake[1]: *** [build-1479144401-inproc] Error 1 gmake: *** [build-1479144401] Error 2 subdir_rules.mk:14: recipe for target 'build-1479144401' failed gmake: Target 'all' not remade because of errors. 

In fact,  I need to figure out how to perform this configuration: 

Send data from MSP430G2553 gathered from sensors(Pulse Oxymeter : MAX30100 and ECG:AD8232) to CC2560EM over SPI, than From CC2560EM TX to CC2560EM RX over BLE, than from CC2560EM RX to my PC over UART 

Than i will try to delete the MSP430G2553, and use only CC2560EM to gather data from a sensors and send it over BLE