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.

ADS5263EVM: Control of ADS5263 over ADS5263EVM GUI

Part Number: ADS5263EVM
Other Parts Discussed in Thread: ADS5263

Dear Sir or Madam,

We would like to build a test board with the ADS5263 and control it using the TI test SW (ADS5263EVM GUI).

I am guessing that the EEPROM to the  FTDI chip https://ftdichip.com/products/ft245rl/ has to be programmed with the proper FW in order for the SW to properly recognize the new eval board.   

 Would it be possible for TI to provide the EEPROM file that needs to be programmed for the board to be recognized. 

Best Regards,

Uros 

  • Hi Uros, 

    Sure, I will contact you over email. I am a little held up. So, I can share by Friday. 

    Alternatively, if you have access to an ADS5263EVM, you can plug it in and access the EEPROM file using the FTProg utility. 

    Thanks,

    Karthik

  • Thank you Karthik. Yes, please contact me over email. Any information in this direction would be greatly appreciated.  

    Best,

    Uros

  • Hi Uros, 

    I figured that it is fine to upload this template since the board is available to order online; see below. 

    You can program this to the FTDI chip on your board using the FTProg software. Right click on the detected EEPROM, select apply-template -> from-file, and choose this file. 

    6866.ADS5263EVM_template.xml
    <?xml version="1.0" encoding="utf-16"?>
    <FT_EEPROM>
      <Chip_Details>
        <Type>FT245R</Type>
      </Chip_Details>
      <USB_Device_Descriptor>
        <VID_PID>0</VID_PID>
        <idVendor>0403</idVendor>
        <idProduct>6001</idProduct>
        <bcdUSB>USB 2.0</bcdUSB>
      </USB_Device_Descriptor>
      <USB_Config_Descriptor>
        <bmAttributes>
          <RemoteWakeupEnabled>false</RemoteWakeupEnabled>
          <SelfPowered>false</SelfPowered>
          <BusPowered>true</BusPowered>
        </bmAttributes>
        <IOpullDown>false</IOpullDown>
        <MaxPower>100</MaxPower>
      </USB_Config_Descriptor>
      <USB_String_Descriptors>
        <Manufacturer>TI</Manufacturer>
        <Product_Description>ADS5263EVM</Product_Description>
        <SerialNumber_Enabled>true</SerialNumber_Enabled>
        <SerialNumber>KS7C9GKE</SerialNumber>
        <SerialNumberPrefix>KS</SerialNumberPrefix>
        <SerialNumber_AutoGenerate>false</SerialNumber_AutoGenerate>
      </USB_String_Descriptors>
      <Hardware_Specific>
        <HighIO>false</HighIO>
        <D2XX>false</D2XX>
        <ExternalOscillator>false</ExternalOscillator>
      </Hardware_Specific>
    </FT_EEPROM>

    Thanks,

    Karthik