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
Could you try adding the timer into the linux device tree?
I am not quite familiar with linux device tree, but could you try the following:
timer4@FF200000 {
compatible = "snps,dw-apb-timer";
interrupts = <0x0 0x6B 0x4>;
reg = <0xFF200000 0x1F>;
clocks = <0x38>;
};
Regards
Jingyang, Teh