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.

F28M35H52C: F28M35H52C Cortex M3 Interrupt Priority

Part Number: F28M35H52C
Other Parts Discussed in Thread: CONTROLSUITE

I would like to change the interrupt priority of the "CTOMIPC1"  interrupt 80, vector 96 to anything above UART0 interrupt 5 vector 21...

I couldn't find any examples in the controlSUITE

From the driver library i tried the following code, but it didn't change

IntPrioritySet(INT_CTOMPIC1,1); 
IntRegister(INT_CTOMPIC1,CtoMIPC1IntHandler);
IntEnable(INT_CTOMPIC1);

any ideas?

Thanks