SBOA444 November 2020 TMCS1100
The MSP432 MCU has a port mapping controller that allows a flexible mapping of digital functions to port pins. The set of digital functions that can be ported to other pins is dependent on the device. The port mapping controller is specifically used in this design to output the UART signals that communicate to the PCU GUI.
Using the port mapping controller, the following mappings are used:
PMAP_UCA0RXD (EUSCIA0 UART RX) -> Port 2.3 (connected to the RX input of the TIDA-00163 board)
PMAP_UCA0TXD(EUSCIA0 UART TX)->Port 2.5 (connected to the TX input of the TIDA-00163 board)
The MSP432 is configured to communicate to the PC GUI through the RS-232 connection on the TIDA-00163 board. The MSP432 communicates to the PC GUI using a UART module configured for 8N1 at 9600 baud.