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.

MSP432多个 串口同时工作

请教TI工程师:

       MSP432我发现如果 EUSCIA2 和 EUSCIA0 同时工作。   

       EUSCIA0通过函数发送数据 MAP_UART_transmitData(EUSCI_A0_BASE, *SendBuf);

       没有使用中断发送

       EUSCIA2 使用中断接收数据    ,发现如果 EUSCIA0 在发送数据时     EUSCIA2 使用中断接收数据  回接收不到  

       EUSCIA0通过MAP_UART_transmitData(EUSCI_A0_BASE, *SendBuf);  发送完毕后  EUSCIA2 中断再次接收到数据