Forum Discussion
KSAIC
New Contributor
7 years agoHow to capture interrupts from FPGA on DE-10 nano which is running linux?
Hello, I am trying to capture a hardware interrupt from the FPGA on DE-10 nano board which is running Linux. I realized that since interrupts run in the kernel mode I have to write an interrupt han...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
You can find this IRQ number in Qsys file. There is a column named IRQ, it shows the Interrupt priority number from 0 to 31.
thanks