SLVUDF0 October 2025
The backchannel UART allows communication with the USB host that is not part of the main function of the target application. This feature is very useful during development, and also provides a communication channel to the PC host side. This can be used to create graphical user interfaces (GUIs) and other programs on the PC that communicate with the LaunchPad™ development kit.
On the host side, a virtual COM port for the application backchannel UART is generated when the LaunchPad development kit enumerates on the host. Users can use any PC application that interfaces with COM ports, including terminal applications like HyperTerminal™ or Docklight™, to open this port and communicate with the target application. Users need to identify the COM port for the backchannel. On Windows® PCs, Device Manager can assist.
The backchannel UART is the XDS110 Class Application/User UART port. In this case, Figure 2-3 shows COM14, but this port can vary from one host PC to the next. After identifying the correct COM port, configure the port in the host application according to documentation. The user can then open the port and begin communication from the host.
On the target MSPM0L2117 side, the backchannel UART is connected to UART0 (PA10, PA11). The XDS110 has a configurable baud rate; therefore, the PC application configuring the baud rate needs to be the same baud rate.