Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIn case others have the same question, in that document you'll find the generic interrupt controller (GIC) IRQ mapping. Each GPIO has it's own dedicated interrupt line so it's just a matter of making sure the GIC is configured properly to listen for a particular GPIO interrupt, and setting up the GPIO peripheral to generate interrupts as well.