Altera_Forum
Honored Contributor
12 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. I modified the isr by adding a printf to see the processing occurrs. On first run, I did not receive interrupts. I then examined the button_pio in SOPC. Interrupts and edge register were not enabled. Once these features were enabled, I get a continuous stream of interrupts. (Not simply from pressing the button). I have tried various combinations for edge and level settings but see the same continuous result. Can anyone point me in the right direction?