Part Number: AM2634
Hello,
I'm currently using ADC interrupts, but I also want to use GPIO interrupts.
However, I can't find how to set the ADC interrupt priority, which should be higher than the GPIO interrupt priority.
If an ADC interrupt ISR is in progress and a GPIO interrupt occurs, does the GPIO ISR wait for the ADC ISR to finish before executing, or does it not execute?
Can you tell me how it works?


If there is a reference regarding that, please let me know
thank you,