Hi there
We are using the MSP430F2132 in one of our projetcs. For communication with an external device such as a computer, we use the UART on pins P3.5 (UCA0RXD) and P3.4 (UCA0TXD). We also want to use the built in bootstrap loader by calling it by software when an appropriate command is received via the normal UART. However, the BSL's receive and transmit pins are located on P2.2 and P1.1. How do I have to connect the two Tx pins for serial communication over the same lines in both normal and BSL mode? I read on Embedded Related, that UCA0TXD is configured as output with high signal level and UCA0RXD as input while in BSL mode. Is this correct? Is there any official documentation from TI on this?
Thanks in advance, regards
Roman