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
Could you try the GIC number 75?
From your design in previous case. Your interrupt is connected to f2h_iirq0 number 3.
From the GIC table, it should be 75.
Regards
Jingyang, Teh
CAlex
Contributor
3 years agoHi,
when I use 75 as the number in my kernel module,
the insmod failed
insmod: ERROR: could not insert module p3.ko: Invalid parameters
duel to request_irq()
Reguards.