Altera_Forum
Honored Contributor
11 years agoInterrupt Problem over HLGPI
Hello,
I'm very new in developing with Cyclone V SoC and have big problems to recognize an interrupt send from a Button to the HPS. What I have done so far: 1. Initiate the HPS System with Qsys (enable HLGPI interface) 2. compiled the project with quartus and load the fpga and boot YOCTO Linux 3. I have pushed the button and read out the interrupt with "./devmem2 0x70a000" ( I have checked all 16 bits) but i only got the result 0x00000000 What am I doing wrong? This is very frustrating. I appreciate any help