This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AGSI Interrupt for CortexM0+

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?