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 agoThe simplest idea would be using the inputs directly to control 2 specific application functions.
For example you can implement a counter and use one input for start/stop and the other for reset. If you have a 7segment display or LEDs you can direct here the counter output; this is the classic starter design for beginners. If you want something more difficult you can connect the two pins to rx and tx of a UART interface and then transfer data to and from the board. Your fantasy (and device resources) is the only limit.