Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21333 Discussions

How to read data from adc0804 to fpga

Altera_Forum
Honored Contributor II
1,983 Views

Hi guys 

 

I am beginner in FPGA. I have adc0804 in my circuit. And now I don’t know how to read the data from the adc and store the data on FPGA. I chose to use altera de2 115 board for the FPGA. Any ideas regarding my problem? Thanks in advance
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,253 Views

adc0804 has a very simple parallel interface. 

For you purpose you can connect the CS pin to ground and DBn, WR, RD pins to any GPIO your board exposes (mind the voltage level compatibility). 

Then you pulse WR and RD signals to convert the analog data and read the digital value on DBn.
0 Kudos
Altera_Forum
Honored Contributor II
1,253 Views

Hi Cris72. 

 

Thanks for your reply. Really appreciate it. I already connect the DBn to LED for the indicator. So, do you mean that I need to connect the LED to GPIO pin in my board? May I know why we should give pulse signal to WR and RD signal? and why should I connect the WR and RD to GPIO? sorry if i asking too many question. 

 

 

Thanks in advance.
0 Kudos
Reply