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
Sorry for the confusion.
We could not register a call back directly from hardware.
You would need to create your own kernel driver to send a signal your user application.
In the user application you would wait for the signal from the kernel to handle.
Below are some useful links regarding this :
https://man7.org/linux/man-pages/man7/signal.7.html
Regards
Jingyang, Teh