Forum Discussion
CAlex
Contributor
3 years agoIssues on <alt_interrupt.h> header file
Hi,
I include the <alt_interrupt.h> in order to use the interrupt on HPS form fpga,
I got the following error
which I believe from this block in <alt_interrupt.h>:
Could you pl...
aikeu
Regular Contributor
3 years agoHi CAlex,
The alt_interrupt only meant for baremetal application.
As for any linux example I think this is the one you will be looking into:
https://github.com/altera-opensource/linux-refdesigns/blob/master/pio-interrupt/gpio_interrupt.c
Thanks.
Regards,
Aik Eu