Forum Discussion
Altera_Forum
Honored Contributor
14 years agode2 fpga gpio question
i have a de2 development board and it has the gpio pins. what i want to do is send a digital signal to this board and then do something with it using an application but that's not the problem. i want...
Altera_Forum
Honored Contributor
14 years agoADCs usually have a serial interface, spi or i2c, so you must refer to your adc datasheet and find out what you exactly need.
When you have gathered the information about required signals and communicaiton protocol, you have to implement it into your fpga system. Here you have two options, assuming you use Nios inside a sopc builder or Qsys design. - use a PIO and bit bang the required serial protocol; this is very simple but not very efficient if you need performance - add the specific serial interface component into sopc/Qsys, then use the HAL driver or write your own.