Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

4-8 Channel ADC for Altera DE2-115 using Simultaneous Sampling

We are building an Educational Embedded Computing System for a Road Profiler. I am incharge of taking care of the ADC interface to the DE2-115 board. Can anyone please suggest a suitable 16-bit standalone ADC which has on-chip flash memory, 4-8 Channels, Minimum Sampling Rate 1Mhz, Simultaneous Sampling Possible with all channels active and acquiring data, and that can be interfaced to the DE2-115 board using any protocol say I2C or using the HSMC interface?

There are cards available by Terasic, but they only have a 2 Channel 14-bit ADCs which can be interfaced to the HSMC connector.

Also, we will be connecting a laser through the Ethernet Connector on the board and processing data. Is it possible to have Parallel Processing of the Data where all the data from the 4 Channels on the ADC and the data from the Laser can be simultaneously processed?

We are completely new to the FPGA, including my professor. Hence we are all faced with tough challenges.

Can somebody please help me out ASAP!!!

13 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    @ ames,

    Can you let me know the circuitry involved for interfacing the LT-1407? I tried to find an evaluation board by LT, but couldnt find one. I guess you must've designed your own board and interfaced it to the Cyclone.

    I have a very basic and stupid doubt. Hope you can tend to it. Like you've read in my post earlier

    http://www.alteraforum.com/forum/showthread.php?t=36131

    that I have data coming in from 4 analog channels, which I need to sample simultaneously, I forgot to mention the fact that I need the digital data out of it simultaneously too.

    Can you tell me how this would be possible using a SPI bus? Forgive my really basic questions, but my knowledge is still unclear.

    I am currently trying to understand the following datasheets of the ADCs:

    LT-1408

    AD7606

    ADS8556

    I need to decide between them which one is best for my application.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Yash,

    Linear Tech does have an eval board for the LTC1407, the link for the board is shown below:

    http://www.linear.com/demo/dc1082a-a

    This would allow you to interface this board to something like the DE-NANO board from Terasic or similar.

    Also the circuitry is simply SPI; I would recommend using a pull up resistor on the CONV signal; otherwise SCLK and SDATA can be directly connected.

    Best, James
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Stuart Sutherland's book are all very good on System Verilog, very readable. I suggest you also take a look at VHDL-2008. -James