Häufig gestellte Fragen
- M051-Base-Serie(95)
- M0518-Serie(97)
- M0519-Serie(43)
- M0564-Serie(1)
- Mini51-Base-Serie(90)
- Nano100/102-Base-Serie(101)
- Nano103-Base-Serie(10)
- Nano110/112-LCD-Serie(100)
- Nano120-USB-Serie(111)
- Nano130-Advanced-Serie(110)
- NUC029-Serie(94)
- NUC100/200-Advanced-Serie(102)
- NUC120/122/123/220-USB-Serie(116)
- NUC121/125-Serie(1)
- NUC126-USB-Serie(2)
- NUC130/230-CAN-Serie(103)
- NUC131-NUC1311-CAN-Serie(98)
- NUC140/240-Konnektivität-Serie(114)
FAQ
How to use Low Power UART (LP UART) baud rate compensation? Issue Date:2018-01-16
- User can set the bit to be compensated using BRCOMP (UART_BRCOMP [8: 0]) and set the positive or negative compensation using BRCOMPDEC (UART_BRCOMP [31]) to increase or decrease the bit data time by 1 UART clock.
- Low Power UART register

- Example
UART peripheral clock = 32.768K (LXT)
UART Baud rate = 9600, 1bit = 104.167us
The original waveform represents 1 bit UART data ( (1 / 32.768K) * 3 = 91.55us) according to 3 UART clocks. The waveform is as follows:

The register setting is as follows:
BRCOMP[8:0] = 0x0010100101
BRCOMPDEC[31] = 0
1 UART clock time compensated at bit0, bit2, bit5, bit7 = ((1/32.768K) * 4 = 122.07us)
The waveform is as follows:

When the compensation function is enabled, the UART baud rate error can be controlled within ± 0.5 UART clock.
| Products: | |
|---|---|
| Applications: | |
| Function: | Peripherals,ARM,Cortex-M4,Connectivity,UART |