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.

CCS/TMS320F28069: Unable to debug on CCS using XDS110

Part Number: TMS320F28069

Tool/software: Code Composer Studio

I used to program with XDS100v2 but recently I tried to program with XDS110 and failed to do so. In target configuration, the JTAG integrity test is getting succeeded. But while initiating a debug session the following error pops-up 

C28xx: Error connecting to the target: (Error -151 @ 0x0) One of the FTDI driver functions used during the connect returned bad status or an error. The cause may be one or more of: no XDS100 is plugged in, invalid XDS100 serial number, blank XDS100 EEPROM, missing FTDI drivers, faulty USB cable. Use the xds100serial command-line utility in the 'common/uscif' folder to verify the XDS100 can be located. (Emulation package 6.0.576.0)

  • Devvray,
    Can you take a snapshot of your target config? We need to make sure you have created a separate/new target config for the XDS110, since it fundamentally different than the XDS100v2.

    Reason I ask this is because your CCS error is still referencing the XDS100 rather than the XDS110.

    The driver for the XDS110 is automatically downloaded with latest updates to CCS, so please make sure that your CCS is up to date as well.

    Matt
  • Creating a new configuration file have resolved the issue, thanks