Hello,
I recently got my hands on a TMX320C5515 eZDSP v2 USB stick.
I'm running a windows 7 PC.
I installed CCS Version: 6.0.1.00039 from the TI web site and connected the board to the PC via the emulation USB port. The device was identified by windows as two TI XDS100 channels. So far everything seemed good.
I wrote a simple HelloWorld program and tried to load it to the board.
When I tried to launch the application I got the following error:
C55xx: Error initializing emulator
Here is my provided ccxml file for the project
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0"> <instance XML_version="1.2" desc="Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0" href="connections/SDDSKUSB_Connection.xml" id="Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0" xml="SDDSKUSB_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0"> <instance XML_version="1.2" href="drivers/sdgo5510dsk.xml" id="drivers" xml="sdgo5510dsk.xml" xmlpath="drivers"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="EVM5515_0" href="boards/evm5515.xml" id="EVM5515_0" xml="evm5515.xml" xmlpath="boards"/> </platform> </connection> </configuration> </configurations>
I spent a few hours googling around trying to come up with a solution but sadly I didn't find anything that helped me solved the problem.
Any help will be very appreciated.
Thanks in advance,
Kfir