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.

有关MSP430F6736串口功能问题,求解答。

Other Parts Discussed in Thread: MSP430F6736

请问MSP430F6736中的TX0,RX0与UCA0TXD,UCA0RXD有什么区别?用TX0和RX0能进行串口通信吗?谢谢了~

  • UCA0TXD和UCA0RXD是头文件中对相应串口模块寄存器地址(或者地址偏置量)的定义,具体你可以看看MSP430F6736.h文件

    你也可以使用预定义命令,把这两个寄存器定义成TX0,RX0

    如果没经过预定义,貌似TX0,RX0是不能直接使用的。