Forum Discussion
Altera_Forum
Honored Contributor
15 years agoyou not only need to enable interrupts on the PIO core, but on the NIOS side as well.
you can enable and disable interrupts using alt_irq_enable and alt_irq_disable. try adding this after you register your ISR. alt_irq_enable(PIO_0_IRQ);