Hello
Iu2019ve made a very simple (non-axi) custom ip in Vivado and now Iu2019d like to use one of the pins as an interrupt for my Zynq core (NOT microblaze), which already has the IRQ_F2P opened and connected to the pin of my ip. However, my pin doesnu2019t get any interrupt number assigned in xparameters.h inside SDK, like a timer or GPIO would get, once itu2019s connected to the IRQ_F2P of the Zynq core. Iu2019ve found quite a few examples on interrupts in Vivado and SDK, but they donu2019t seem to address my problem. Could someone please tell me what to do inside Vivado, to make my pin work for interrupts (TYPE: intr), like the ones on timers and gpiou2019s? And if it includes a working c code for SDK, I would be so grateful. Iu2019m a complete novice, so please make it as simple as it could possible be.
Thanks a lot :-)