I can not get the AXI interrupt examples to enter the interrupt handler function. I’ve tried all the example code provided by Xilinx and exhausted all online resources I could think to query. Would anyone here be able to help me?
Using Vivado 2018.3. My setup is an AXI IIC device with it’s output interrupt connect to an AXI Interrupt controller. This IRQ output of this is fed into the PL_PS_IRQ0 port on the Ultrascale+ IP block.
The output of the AXI Interrupt Controller will change to a high and low state and was verified by measuring externally.
Testing the GIC interrupts and seem to be working correctly.