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.

我们用了MSP430G2553-28这个芯片,我的UART和SPI接口都需要用,改怎么接法?

我们用了MSP430G2553-28这个芯片,我的UART和SPI接口都需要用,改怎么接法?里面有个UCA0和UCB0什么区别?

  • A0和B0是两个模块的名字;

    UCA0RXD/UCA0TXD/这些脚是UART A0的引脚,分别是PIN3和PIN4。

    UCB0SOMI/UCB0SIMO/这些就是B0的SPI口,分别是PIN6,PIN7,PIN22,PIN23.具体可以在DATASHEET里确认一下。