How do I determine the Stellaris UART1 interrupt priority relative to a freeRTOS task priority (of 1)?
The freeRTOS port is for CCS for the Stellaris processors.
In the freeRTOS port you set the priority of a task when you creat it (higher numbers are higher priority).
When you set up the interrupt routine for the UART you just put the function name in the correct location in the interrupt table.
But I don't see how to correlate the two. In my case, the UART1 interrupt function is the 22nd one in the table and I set the other task in to '1' when i created it.
So, which has a higher priority?
Can anybody help me with this?
thanks,
Tim.