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.

TMDS570LS31HDK: XDS100v2 ftdi parameter

Part Number: TMDS570LS31HDK
Other Parts Discussed in Thread: TMS570LS3137

Tool/software:

I want to changed the serial number to connect two boards on the same PC. But at the end I removed the FTDI parameter of both boards with one klick... :-(


Now I search the correct settings to restore the onboard debug interface.


Thank you very much.

Steffen

  • Hi Steffen,

    I don't understand how you removed FTDI parameter, can you please provide some screenshots for better understanding?

    If you are asking about the target configuration then i am attaching my target configuration file for TMS570LS3137 HDK board here.

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/908/TMS570LS3137.ccxml

    Try to import and see:

    --
    Thanks & regards,
    Jagadish.

  • Thank you very much. But it seems you misunderstand me. I don't search the right configuration for the CCS, but I search the right settings for the FTDI chip as part of the onboard debugger.

    I search a file like you find here for other boards:

    https://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds100.html#Q:_How_can_I_update_the_CPLD_on_my_XDS100v2.3F

    Thank you

    Steffen

  • Hi Steffen,

    I search a file like you find here for other boards:

    Is your issue solved with that file?

    --
    Thanks & regards,
    Jagadish.

  • Of course no, because there is no file for my board.

  • Hi Steffen,

    I am not expert in JTAG related issues, so i am reassigning this to my senior QJ and hopefully he will help you soon.

    --
    Thanks & Regards,
    Jagadish.

  • Hi Steffen,

    You can use FT_PROG to load this xml to FTDI EEPROM. This xml contains the ID and FTDI configuration.

    <?xml version="1.0" encoding="UTF-8"?>
    <FT_EEPROM>
      <Chip_Details>
        <Type>FT2232H</Type>
      </Chip_Details>
      <USB_Device_Descriptor>
        <VID_PID>1</VID_PID>
        <idVendor>0403</idVendor>
        <idProduct>A6D0</idProduct>
        <bcdUSB>USB 2.0</bcdUSB>
      </USB_Device_Descriptor>
      <USB_Config_Descriptor>
        <bmAttributes>
          <RemoteWakeupEnabled>false</RemoteWakeupEnabled>
          <SelfPowered>false</SelfPowered>
          <BusPowered>true</BusPowered>
        </bmAttributes>
        <IOpullDown>true</IOpullDown>
        <MaxPower>400</MaxPower>
      </USB_Config_Descriptor>
      <USB_String_Descriptors>
        <Manufacturer>TI</Manufacturer>
        <Product_Description>Texas Instruments Inc.XDS100 Ver 2.0</Product_Description>
        <SerialNumber_Enabled>true</SerialNumber_Enabled>
        <SerialNumber>TIMCUHDK</SerialNumber>
        <SerialNumberPrefix>
        </SerialNumberPrefix>
      </USB_String_Descriptors>
      <Hardware_Specific>
        <Suspend_DBUS7>false</Suspend_DBUS7>
        <TPRDRV>0</TPRDRV>
        <Port_A>
          <Hardware>
            <UART>true</UART>
            <_245FIFO>false</_245FIFO>
            <CPUFIFO>false</CPUFIFO>
            <OPTO>false</OPTO>
          </Hardware>
          <Driver>
            <VirtualCOM>false</VirtualCOM>
            <D2XX>true</D2XX>
          </Driver>
        </Port_A>
        <Port_B>
          <Hardware>
            <UART>true</UART>
            <_245FIFO>false</_245FIFO>
            <CPUFIFO>false</CPUFIFO>
            <OPTO>false</OPTO>
          </Hardware>
          <Driver>
            <VirtualCOM>true</VirtualCOM>
            <D2XX>false</D2XX>
          </Driver>
        </Port_B>
        <IO_Pins>
          <Group_AL>
            <SlowSlew>true</SlowSlew>
            <Schmitt>true</Schmitt>
            <Drive>4mA</Drive>
          </Group_AL>
          <Group_AH>
            <SlowSlew>true</SlowSlew>
            <Schmitt>true</Schmitt>
            <Drive>4mA</Drive>
          </Group_AH>
          <Group_BL>
            <SlowSlew>true</SlowSlew>
            <Schmitt>true</Schmitt>
            <Drive>4mA</Drive>
          </Group_BL>
          <Group_BH>
            <SlowSlew>false</SlowSlew>
            <Schmitt>false</Schmitt>
            <Drive>4mA</Drive>
          </Group_BH>
        </IO_Pins>
      </Hardware_Specific>
    </FT_EEPROM>

  • Thank you very much