TI E2E™ 设计支持论坛将于 5 月 30 日至 6 月 1 日进行维护。如果您在此期间需要技术支持,请联系 TI 的客户支持中心寻求帮助。

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.

msp430fr2433设置问题

Other Parts Discussed in Thread: MSP430FR2433

msp430fr2433 uart串口波特率设置32768Hz,波特率2400 这样配参数对吗?请求大佬教学!! 用9600的波特率正常收发 换配置参数使用2400一直收不到数据 UCA0CTLW0 |= UCSSEL_1; UCA0BR0 = 13; UCA0BR1 = 0x00 ; UCA0MCTLW = 0xB600;