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.

CSL SPI_Example build problem for TMS320C5515

Other Parts Discussed in Thread: TMS320C5515

Hi All,

I am trying to test the SPI_example project from the CSL (v2.50.00) on my TMS320C5515, I am working on CCSv4. I am following the instructions from the pdf file from the CSL. I set the c55xx_csl as the workfile, set the properties of the selected cpu (in the target configurations) to the c5505evm_pg20.gel in c55xx_csl->build. After I import all the projects from the c55xx_csl and set the CSL_SPI_Example_Out as the active project, I debug the project and there is an error:
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Target configuration, D:\Texas Instruments\c55xx_csl\ccs_v4.0_examples\spi\CSL_SPI_Example\C5515eZDSPUSBKeyv2.ccxml, does not have a valid setup, please configure the target and try again.
-----------------------------------------------------------------------------------------------------------------------------------------------------------


Here is the content of my C5515eZDSPUSBKeyv2.ccxml file:
--------------------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">

<configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0">
<instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Emulator_0" href="connections\TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Emulator_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0">
<instance XML_version="1.2" href="drivers\tixds100v2c55x.xml" id="drivers" xml="tixds100v2c55x.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="USBSTK5515_0" href="boards\usbstk5515.xml" id="USBSTK5515_0" xml="usbstk5515.xml" xmlpath="boards"/>
</platform>
</connection>
</configuration>
</configurations>
---------------------------------------------------------------------------------------------------------------------------------------------

Can anyobody help me, I am not sure what am I supposed to do to make this work.

Also please note that I am using this project only to see how to properly set up SPI, I dont have the EEPROM, nor am I planing to use this for communicating with EEPROM.