Baud rate calculation for LPUART1 vs. USART1?
Hello,
I was trying to use USART1 in a project with STM32H742VIT6 but decided to use LPUART1 instead. I found that using the same BRR computation the baud rate is coming out MUCH slower (it's around a factor of 51 slower). LPUART1SEL is in the reset state and the prescalers are set the same (D1PPRE, D2PPRE1/2, D3PPRE are all set to divide-by-2) so LPUART1 should be getting the same clock as USART1 was.
Is there something fundamentally different in the BRR calculation for LPUART1 compared to USART1? I can't find anything of the sort in the programming reference...
Thanks,
-Brian

