Altera_Forum
Honored Contributor
15 years agoInterrupt handling
Hi,
I connected a counter pin to the PIO in order to generate IRQ every 256 cycles. Appropriate IRQ handler is called after the interrupt triggers. However, after handling the interrupt, the alt_irq_handler stays in the loop because ipending is still set. So, how shall I clear the interrupt request ? Best regards, Joel