Nations Technologies Inc.
Tel
:
+86-755-86309900
:
Address: Nations Tower, #109 Baoshen Road, Hi-tech Park North.
Nanshan District, Shenzhen, 518057, P.R.China
509
/
631
Bit field
Name
Description
31:16
Reserved
Reserved, the reset value must be maintained.
15:0
INTEGER[15:0]
Baud rate configuration register 1.
The calculation of baud rate configuration register 1 is as follows:
If the baud rate is 9600bps and the clock frequency is 32768Hz.
LPUARTDIV = 32768/9600 = 3.4133
In this case, the integer part of the LPUARTDIV is 3 and the decimal part is
0.4133.LPUART_BRCFG1 = 3.LPUART_BRCFG2 will be used for baud rate
error correction.For the 3-bit sampling method with noise detection characteristics,
LPUARTDIV is not large enough at this time, so 1-bit sampling method should be
adopted to avoid sampling error.
LPUART data register (LPUART_DAT)
Address offset: 0x10
Reset value: 0x0000 0000
Bit field
Name
Description
31:8
Reserved
Reserved, the reset value must be maintained.
7:0
DAT[7:0]
Write to the data register when sending
Read the data register when receiving
LPUART baud rate configuration register 2 (LPUART_BRCFG2)
Address offset: 0x14
Reset value: 0x0000 0000