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.
想用MSP430G2系列,但是需要两个UART串口,请问这个系列只有一个串口吗?
看选型手册吧。多串口的一般管脚腿较多。
你好,MSP430G2xx3 以上系列包含一个硬件的UART,如果需要两个UART,可以考虑用定时器TA做一个软件UART。
具体实现例程见附件。
谢谢!!