This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is it possible to set up two serial UART connections with MSP430G2553 and Launchpad (rev 1.5)?

Other Parts Discussed in Thread: MSP430G2553

Hi everyone, I'm a beginner in MSP430 programming. Just wondering is it possible to set up 2 serial UART connections simultaneously as I intend to interface MSP430G2553 between a wireless transmitter and computer. If yes then are there any examples of doing it? Thanks.

  • There is only one "hardware UART" in G2553. However, there are many Timers. You can implement "Timer UART" in G2553 if you want. Timer is present in almost every MSP430. There are "Timer UART" examples everywhere, especially for the members without "hardware UART".  All those examples can be adopted for G2553.

**Attention** This is a public forum