Can anyone help me to configure an interrupt for a CortexM0+ device via AGSI? I want to simulate a simple switch at one of the pins of the PORTD.
Why can't I just call AgsiRequestInterrupt(31) to request an interrupt from PORTD? Should I declare an interrupt for my peripheral?