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.

TIVA ware软件uart函数问题



在串口中断中接收数据使用

if(ui32Ints & (UART_INT_RX | UART_INT_RT))

if( ui32Ints & (UART_MIS_RXMIS | UART_MIS_RTMIS) )

判断,然后数据接收有区别么?