S3C44B0的UART波特率計算公式---分頻設置
MCLK即主頻 此處為60MHz
本文引用地址:http://2s4d.com/article/201611/316809.htmUBRDIVn(又稱divisor) = ( (int)(MCLK / (bps * 16) + 0.5) – 1 )
MCLK = Fout = Fpllo
Bps = 1200,9600,19200,38400,57600,115200
例如 主頻=60MHz=60000000Hz
串口速度選115200
divisor=取整[60000000/(115200*16)
評論