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.

How to make interrupts higher priority?

I have CLA code running in parallel to CPU core, and once a CLA task is done it triggers CLAINTx (group 11) on the CPU, and in the background I'm handling SCI (group 9).  In my application, I need the CLA interrupt to be higher priority so it can pre-empt anything the SCI does in group 9 ISRs.  Is there a way to do this?