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