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