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.

ERROR -- XDS510-USB Emulator not connected/enumerated

Hello C5000 Forum,

I cannot connect to the C5517 EVM using code composer.

I follow these steps:

  1. The jumpers and switches are set according to: C5517EVM Quick Start Guide
  2. Code composer Studio 5.5.0 is installed
  3. USB cable connect PC (with code composer) and C5517EVM
  4. USB driver automatically installed
    1. Device manager shows: Spectrum Digital TMS320C5510 DSK                        
  5. Chip support library downloaded and imported into code composer according to: C55XCSL-LOWPOWER-3.04.00_Installation_Guide
  6. CCXML file opened (CC5517EVM_Onboard_Emulator.ccxml)
  7. I have tried different emulators because the documentation is ambiguous on this point. I have tried:
  1. Spectrum Digital XDS510USB Emulator - EVM5517
  2. Texas Instruments XDS100v2
  3. many others
  • Board selected: EVM5517
  • GEL file is selected (C5517.gel)
  • Configuration is saved
  • Connection is tested receiving this error message:

[Start]

Execute the command:

%ccs_base%/emulation/drivers/sdjtag.exe - f %boarddatafile% -v - X reset -X scantest

[Result]

** BoardFilePath: ...

** Resetting Emulator

ERROR -- XDS510-USB Emulator not connected/enumerated

[End]

Could you help to solve the problem?

Thank you.

  • Hi,

    If you are using the Onboard emulator, then select - "Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator"

    Attached is the snapshot for your reference.

    Hope this helps.

    Regards

     Vasanth

  • Hi

    Thank you for the answer. Now I know which emulator to use. But there remains trouble connecting. When I use the correct emulator then I end up with the below screen. The "Test Connection" button i greyed out.

    When I try to build the example I get this error message: The program generated by CSL_McBSP_Master_AIC3204_48kbps_DMA is not compatible with any of the CPUs in your target configuration. The program wil not be loaded

    What am I doing wrong?

  • Hi,

    Could you confirm on the below points.

    1. in CCS window goto View and click on Targetconfiguration.Rightclick on C5517EVM_onboard_emulator.ccxml and select launch selected configuartion you shouldn't get any error with this, then click on Run and connect. It should get connected.

    2. If the above works then follow the installation procedure mentioned in "C55XCSL-LOWPOWER-3.04.00_Installation_Guide.pdf" to install CSL3.04 and for running the Projects on C5517 DSP.

    Regards

     VAsanth

  • Hi,

    Now I can connect to the C5517EVM board and run CSL examples on it.

    The reason why it did not work in the first place was:

    1. When I saw the "test connection" button was greyed out, I interpreted it as: something is wrong / no connection

    2. I needed to set the C5517EMV ccxml file as default configuration in the target configuration window. Before I had just opened the ccxml file with code composer.

    Thank you for your support. I am happy to start working with the C5517EVM board.