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.

using eZdsp F28335 embedded JTAG interface with CCS V6 on Win 10

Other Parts Discussed in Thread: TMS320F28335

I can't get the  eZdsp F28335 embedded JTAG interface with CCS V6 to connect.  Initially it said the ccs_base\common\uscif\dbgjtag\jioserdesusb.dll was missing.  It was, so I created the folder and copied it from ccs_base\common\uscif.  Now it just hangs.

I have the Connection set to TI XDS100v2 USB Debug Probe, and the Board or Device to TMS320F28335.

Test Connection returns:  [Start: Texas Instruments XDS100v2 USB Debug Probe_0] and nothing else.

Launch Selected Configuration, Connect Target reports 

Error connecting to the target:

(Error -600 @ 0x0)

A required dynamic library could not be located.

The library isn't on the search path.

(Emulation package 6.0.407.3)

What am I missing?

  • Hi Scott

    Scott Nowell said:
    Initially it said the ccs_base\common\uscif\dbgjtag\jioserdesusb.dll was missing.

    That is odd. It should be in ccs_base\common\uscif, just like you found it in your directory. Copying it around is likely not going to work.

    What exact CCS version are you using? Can you share your ccxml file?

    Thanks

    ki

  • Scott Nowell said:
    I have the Connection set to TI XDS100v2 USB Debug Probe, and the Board or Device to TMS320F28335.

    If you are connecting to the on-board emulator on the eZdsp, choose "Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator" for the Connection and "EZDSPF28335" for the Device. Let us know if that helps.

  • This sounds like a likely solution, but I don't find either of those in the list of choices.  I already had CCS v6.1 installed and connected the EZDSPF28335 the other day.  I installed the CD that came with it but it installed CCS 3.3 which I can't use for this project.

    How do I get EZDSPF28335 to list in the device choice and "Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator" to show in the emulator list?

  • CCS is Version: 6.1.1.00022

    TMS320F28335.ccxml
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="configuration_0">
    <instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Debug Probe" href="connections/TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Debug Probe" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/>
    <connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe">
    <instance XML_version="1.2" href="drivers/tixds100v2c28x.xml" id="drivers" xml="tixds100v2c28x.xml" xmlpath="drivers"/>
    <platform XML_version="1.2" id="platform_0">
    <instance XML_version="1.2" desc="TMS320F28335" href="devices/f28335.xml" id="TMS320F28335" xml="f28335.xml" xmlpath="devices"/>
    </platform>
    </connection>
    </configuration>
    </configurations>
  • Found the problem. I had installed CCS v6 without the Spectrum Digital drivers.
  • Scott Nowell said:
    This sounds like a likely solution, but I don't find either of those in the list of choices.

    It sounds like the Spectrum Digital drivers have not been installed. These drivers are not selected by default during CCSv6 installation. To add support for Spectrum Digital, you can re-run the CCS installer, specify your existing install folder, select Spectrum Digital Debug Probes and Boards and continue with the installation.