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.
您好!
我正在设计基于 MSP430F5529的新电路板。
该板的目的是对模拟数据进行采样并将其发送到 距离大约2米(通过电缆连接)的另一个板上的另一个 MSP430F5529。
我需要通信速度快~1Mbps。
我有2个问题:
MSP UART 能否在该距离内处理该速度?
2.我可以使用 MSP430F5529 USB 接口在它们之间进行通信吗? (如果是、则如何操作?)
谢谢、
推测。
您好、ofer、
UART 很难达到此速率,并且会产生较大的误码率,如下图所示(MSP430F5xx 用户指南 http://www.ti.com/lit/ug/slau208q/slau208q.pdf ):
当波特率为230400时、位错误率约为5%、因此1Mbps 的速度难以实现正常通信。
其次、USB 理论通信速度可在1Mbps 下实现。 如需特定用途、请参阅 EXP-MSP430F5529LP 用户指南第49页、链接随附。
http://www.ti.com/lit/ug/slau533d/slau533d.pdf
此致
Johnson