ST2601B
<ST26xx UART details>
BGRCK: BGRCK is used to produce UART baud rate, and BGRCK comes from OSC(main frequency)
and fine tuning by 32768Hz crystal(REF) to make output baud rate is a stable frequency signal and will
not effected by VDD variation.( RC-OSC frequency will change when VDD changes.)
Baud rate: Baud rate comes from BGRCK, and is determined by BDIV and BRS registers. The “Error rate”
of baud rate is the maximum positive/negative inaccuracy of output baud rate.
For example: If baud rate = 9600bps and OSC is in the rage of 3.72~4.28MHz, programmer should set BRS=61, BDIV=13
to get the best output baud rate which has error of 0.1%.So the real output baud rate will be in the range of
[9600x0.999:9600x1.001].
30/35