Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHello,
The IRQ line should be set by the interrupt source and cleared by the interrupt handler itself; just doing a pulse A) doesn't guarantee the interrupt will be recognised and http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif if the pulse is too long, the interrupt handler could be called more times than you expect.