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