Hello,
I have just realized that the UART modules does not work correctly when I want to communicate with PC by debug port on Launchpad. I can use UART0 correctly and UART2 with PD4 and PD5 as Rx and Tx respectively by changing the JP4 and JP5 as CAN communication.
However, I couldn't use the rest of the UART modules (UART1, UART3, UART5, UART6, UART7) by Debug USB port. In addition, In the online PinMux utility, I've realized that some UART modules (U1, U2, U3, U4) uses multiple couples for Rx and Tx. For Example, U3 uses PA4 and PA5 as Rx and Tx; and also uses PJ0 and PJ1 as Rx and Tx.
My questions are,
1 - Can I use all the UART modules on Launchpad to communicate with PC by Debug USB port. If I can, which configurations do I use? I'm doing all the configurations as same as UART0 configuration. I'm changing only the pin configurations for different UART modules.
2 - For the UART modules that have multiple couples for Rx and Tx, which couple should I use? Can I use whatever I want to use?
Thanks for your replies.