Gents,
Configuring one particular interrupt priority with TivaWare is done by:
IntPrioritySet(INT_UART0, PRIORITYLEVEL); // Example for UART_0 priority level
What is the equivalent macro for the SysTick priority? I could not find anything in hw_ints.h, nor in other forum posts...
Regards
Bruno