在串口中断中接收数据使用
if(ui32Ints & (UART_INT_RX | UART_INT_RT))
和
if( ui32Ints & (UART_MIS_RXMIS | UART_MIS_RTMIS) )
判断,然后数据接收有区别么?
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.
在串口中断中接收数据使用
if(ui32Ints & (UART_INT_RX | UART_INT_RT))
和
if( ui32Ints & (UART_MIS_RXMIS | UART_MIS_RTMIS) )
判断,然后数据接收有区别么?