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.

Change interrupt priority

I use a TM4C123AH Tiva microcontroller.

Sorry but I did not understand the management of priority interrupt.

I have try to use this code, but it don't work !

IntPrioritySet(INT_UART1, 0x82);
IntPrioritySet(INT_TIMER0A, 0x80);

In my application the serial interrupt routine must be interrupted from the timer interrupt routine, which register I have to change to do this?

Thanks