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.

MSPM0L1306: Priority change inside group interrupts and outside group interrupts

Part Number: MSPM0L1306

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?