Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHardware interrupts from FPGA to HPS
Hi, I have data bus that I want to send to a PC each time we get an interrupt from FPGA module (maximum interrupt frequency is 1MHZ and the throughput should be 8 Mbytes/sec) through Ethernet. I...
Altera_Forum
Honored Contributor
10 years agoHi,
I'm trying to configure the interrupt controller using Altera tutorial :ftp://ftp.altera.com/up/pub/altera_material/14.0/tutorials/using_gic.pdf However, when I run the code example provided in the tutorial I'm getting Segmentation Fault in command: *(int *)address |= value; and the address is: address = 0xFFFED100 + reg_offset; I understood that the base address of the interrupt controller is 0xFFFED100. Do you know what may be the problem? Thanks,