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.

msp430G2433/2533 UART问题

Other Parts Discussed in Thread: MSP430G2433

我用的IAR,添加头文件<msp430g2433.h>后,发现头文件中UART处寄存器定义 与我在官网上下了 User's Guide 的定义不一致。比如:头文件中的UCA0CTL0 是 UART控制寄存器,但是 用户指南中的是 U0CTL,这个是怎么回事呢?