Dear Champs,
I am asking this for our customer.
The user is aware there are up to 32 IRQx for Cortex M0 and there are 4 different priorities.
But for group interrupts, the uses is concerned about how to adjust its priorities.
For example , like GROUP1 below,
1. Is it possible to make COMP0 in lower priority than GPIO0?
2. Is it possible to make COMP0 in lower priority than TIMG0, and at the same time GPIO0 higher than TIMG0?
3. Is it possible to make COMP0 in higher priority than TIMG0, and at the same time GPIO0 lower than TIMG0?