Hello All,
Me again, with a basic "getting started" question. In the Arty Z7 and Zybo examples, there are interrupt examples that use the external buttons on the AXI GPIO (pressing any of these buttons on either board can cause an interrupt).
I want to use all of the GPIO pins on the GPIO0 port of the Arty Z7 board (which are labeled DP0-DP13), but let's say I only want to attach an interrupt to one of them. Example: DP0 - DP6 are inputs, DP7 - DP13 are outputs. Attach a positive edge triggered interrupt to DP6 ONLY.
Is there an example that shows how to do this?