stm32wle5 - internal clock derivation for LPUART
Hi,
I work with stm32wle5 where AT commands are received from LPUART. This interface is setup for 9600 bps / 8N1 and its baudrate clock is derived from LSE (32768Hz) clock. The chip is wake up by incoming characters.
I observe that transmitted bits have some jitter. Also I have problems on received characters - single bit errors, blocking HAL.
I saw that LPUART baudrate is determined by equation:
fbaud=256 * fclk / lpuartdiv
I would like to understand how x256 is performed. Is there DLL loop inside? What bit jitter can I expect for 9600?
Regards,
Piotr Romaniuk