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.
Hello:
You can use "Index Interrupts Mode" as described in section 19.3.3 of Technical Reference Manual by pointing to your Main ISR in address 0x18. In your Main ISR you can perform any additional context saving your require and read the offset in IRQINDEX, FIQINDEX to determine the interrupt cause and then branch to the corresponding routine. Unfortunately this approach doesn't benefit on the VIM features and your latency will be affected.
Regards,
Enrique