Forum Discussion
Altera_Forum
Honored Contributor
13 years agoInterrupt problem from pio
I am using the Cyclone IV GX Transceiver Starter Board and Quartus 12.1 tools. Using the "Board Test System" example, I built and loaded the sof and built and run the Neos "Count Binary" example. ...
Altera_Forum
Honored Contributor
13 years agoDiscovered the problem!!
Buttons are an active high. Edge capture was set to rising. Changed to falling. Also, the Count binary template reset the edge capture register to 0. Changed to 1. It works.