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.