Doiri
Newbie level 1
Hello,
I want to test the board of my project, which uses the LPC1768 microcontroller. To test the UART circuits on the board I need to transmit some messages through a UART module (for example UART1) and receive back a response through another UART module (for example through UART3). For that I have this question: Can I connect 2 UARTs of the same microcontroller, send some signals on the Tx of one UART module and receive the same signals on the Rx of the other UART module, in the same time? Is there sufficient time to catch the incoming data on the Rx, to compare it with the data I have sent on the Tx?
I would really appreciate your answer.
Thank you,
Doiri
I want to test the board of my project, which uses the LPC1768 microcontroller. To test the UART circuits on the board I need to transmit some messages through a UART module (for example UART1) and receive back a response through another UART module (for example through UART3). For that I have this question: Can I connect 2 UARTs of the same microcontroller, send some signals on the Tx of one UART module and receive the same signals on the Rx of the other UART module, in the same time? Is there sufficient time to catch the incoming data on the Rx, to compare it with the data I have sent on the Tx?
I would really appreciate your answer.
Thank you,
Doiri