This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6442: R5F external interrupt

Part Number: AM6442

This is for AM6442 with MCU+SDK v08.01.

Are there any examples showing how to set up an R5F core to respond to an external interrupt via GPIO pin?

This is intended as a fast interrupt for control loops, so any hints how to ensure the ISR is running with lowest latency (FIQ instead of IRQ? ISR function and data placed into TCM by linker?) would be appreciated.