Forum Discussion
AVoye
New Contributor
7 years agoInterrupt with Qsys component (DE0-Nano-SoC)
I have create a component with Qsys in Quartus and I would like send a interrupt from this component to the HPS with linux. But I don’t hnow how my C program can received a interrupt (with request_i...
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
Please check the following document witch show how to write a simple interrupt routine.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an284.pdf
Also you can go with the VIC (Vectored Interrupt Controller)for advanced interrupt routines
Regards.