Altera_Forum
Honored Contributor
20 years agoExternal Interrupts
I need to handle several external (to the FPGA) interrupts inside the NiosII core. I understand that I could use a PIO module and merely have an ISR respond to that interrupt and then route them myself. However, I am interested in modifying the uClinux code as little as possible and would prefer not to complicate the issue. So that being said I am wondering if I have another option besides making as many PIO modules as I have external interrupts to do this.
Merely as a reference I am using a NiosII/f with the PCI core from Altera and talking to several PCI devices including a OHCI1394 part. Suggestions???