Forum Discussion
CAlex
Contributor
3 years agoHow to setup a time interrupt on de10 standard using C language
Hi, I'm a rookie of the SoCFPGA and I wanted to use it to build a FSM in HPS. I have already finished building the system design as "User Manu" said and get the hps_0.h header file out. I built my ...
tehjingy_Altera
Regular Contributor
3 years agoHi Alex
Yes, you are right.
The HWlibs are for baremetal only.
Sorry for assuming you are working on baremetal.
For linux development you could include the linux kernel header
#include <linux/interrupt.h>
You could refer to the example project repo here:
https://github.com/altera-opensource/linux-refdesigns
Regards
Jingyang, Teh
CAlex
Contributor
3 years agoHi,
Thank you very much,
I'll check that ASAP.
reguards.