FPGARelated.com
Forums

Re: ADC implementation on fpga? Information and procudures wanted.

Started by pingboypulsar<spamoff>@hotmail.com October 17, 2005
Basically its for industrial sensors, like thermocouples, 0-10v, -5v-5v, 0-5v, 0-20ma, 4-20ma sensors.
-- 
----------------------------------------------
Posted with NewsLeecher v3.0 Final
 * Binary Usenet Leeching Made Easy
 * http://www.newsleecher.com/?usenet
----------------------------------------------
pingboypulsar@hotmail.com wrote:
> Basically its for industrial sensors, like thermocouples, 0-10v, -5v-5v, 0-5v, 0-20ma, 4-20ma sensors.
Go to www.analog.com www.maxim-ic.com www.national.com www.linear.com www.ti.com Look for A/D converters, and every data sheet you choose, based on desired ADC operation, will include detailed interface information. Common busses are i2c, SPI, Parallel CMOS, Parallel LVDS. SPI is the simplest, with lowest pin count, but in the region of 1Msps it becomes too slow, and above that parallel busses are used. On really fast ( 2GHz+) ADCs, bus expanders are used, so 2Gsps@8bits fans-out to 500Msps@32bits, where it can (just) feed into a FPGA. -jg