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.

關於receive的baud rate方法



您好

在應用上要用UART做資料的收送時需要設定baud
在baud設定上有4800/2400/1200這些設定需求
但都只能transfer而無法receive

設定的方式為baudrate = VCLK /((P+1) *16) 公式
VCLK=110MHz
baud為4800時 P為1430
依照此方法無法解決receive問題

請問當VCLK=110MHz時
想要設定baud為4800/2400/1200
而P要設為多少?