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.

ADS131E08: FPGA VHDL interface for ADS131E08

Part Number: ADS131E08

Can you provide me with a VHDL source code for the following, please ?

1. FPGA VHDL interface for ADS131E08

2. VHDL simulation model of ADS131E08

Thanks

  • Opravar,



    I'm sorry but we don't have VHDL source code for either of these functions.

    I believe the only similar resource that we have available is example c code used in the EVMs to communicate with the device. You should be able to download the code yourself from the ADS130E08EVM software (note: not the ADS131E08). Go to the following page:

    http://www.ti.com/tool/ads130e08evm-pdk

    Under the "Order Now" section, find the ADS130E08EVM-PDK-SW download. Download and run the installer.

    This installer will set up a directory in your program files for the software, but also include a Source directory that has some code for the device. I'd note that this code was used to developed to run the EVM. It may or may not be able to help you and we do not support the source code. The directory can be found here:

    C:\Program Files (x86)\ADS130E08EVM\Source

    In the directory, you'll find three zip files. The firmware_src.zip should have some example code. I don't believe there is a password necessary to open the zip file.



    Joseph Wu

  • Hi Joseph,

    thanks, I have looked into the C firmware source code and it is a great help. Still we have to do the job of creating VHDL code but at least we have some inspiration.

    Opravar