Forum Discussion
Altera_Forum
Honored Contributor
19 years agomultiple interrupts from a single push-io
Hi, How can I get just a single interrupts from a push-io. I have tried changing the SOPC for the push-io to generate only from a rising/falling edge change and that does not seem o help. ...
Altera_Forum
Honored Contributor
19 years agoHi Vmathieu,
Switches don't always open and close in one clean change of state, they often 'bounce' a bit. Maybe your interrupt is responding to this. If you are just getting multiple interrupts then maybe you aren't clearing the interrupt source i.e. writing to the PIO edge capture register. Banx.