Hi, I think such scence is common: For example, a system has two uarts: uart1 for console log, uart2 for some important comunications. Is it possible to make sure interrupt of uart2 always be handled prior to uart1, when they happen at same time?