小弟正在调6748的串口,与上位机在波特率115200下使用正常。UART的输入频率为150M,想使用它完成与arm的通信,波特率能够达到2M吗?这么高的速率会不会带来别的问题,求高人指点。。。
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.
你好,
波特率可以达到2M, 但因为波特率是根据UART Input Clock的16,13分频的, 所以实际的波特率会跟2M有很大的误差, (16分频, 误差为-6%, 13分频, 误差为3.8%).
波特率的计算, 可以参考User Guide第1260页.
http://www.ti.com/lit/ug/spruh91b/spruh91b.pdf