ZHCSKJ6 December 2019 TL16C750E
PRODUCTION DATA.
Two 8-bit registers store the 16-bit divisor and a 6-bit fractional divisor for generation of the baud clock in the baud rate generator. DLH, stores the most significant part of the divisor. DLL stores the least significant part of the division. DLF stores the fractional value of the divisor as x / 64 where x is the value in DLF.
BIT | BIT SETTINGS |
---|---|
7 | Baud divider bit
0 (default) = Enable divide-by-16 baud divider 1 = Enable divide-by-8 baud divider |
6 | Reserved |
5:0 | 6 bit fractional divider value (x / 64) |
For more information on how to calculate the fractional values, see Fractional Divisor.
DLL, DLH and DLF can only be written to before sleep mode is enabled (that is, before IER[4] is set).