07-06-2017 10:47 AM
How can we set/attach AXI interrupt controller to Zynq GIC? We have to handle interrupts more than 16 .So we are using AXI interrupt controller and connected irq from AXI INC to IRQ_F2P.How to handle both drivers?
07-06-2017 11:57 AM
07-06-2017 10:41 PM
Check the below image.In this case, how to handle the axi intc with GIC?
Do we need to initialize AXI intc and link all input interrupts with AXI intc and link AXI INTC with GIC?
if yes, share the related design .c files.
Thanks
07-10-2017 07:50 AM
07-17-2017 12:20 PM
Vivado version 2016.4.
How do we do interrupt controller operations as in shown below in xilinx sdk?
How do we attach interrupt controller to master interrupt controller?
Do we need to add exception handler to intc controller along with master intc controller?
Can we consider 2nd intc controller as peripheral like gpio and do follow gpio interrupt procedure?
Thanks