Forum Discussion
Altera_Forum
Honored Contributor
16 years agoproblem with interrupts
I have tried to make a simple interrupt of a push button and when i registered the ISR it immediately started to execute the ISR like it's an endless loop.:confused: Another thing, what is the...
Altera_Forum
Honored Contributor
16 years agoPossibly, when the interrupt is level triggered, the 'button up' state is the one that was asserting the IRQ. (Even if it were the 'button down' state the ISR would be called repeatedly untill the button was released.)