Closed jernejp21 closed 2 years ago
USART has different init that other STM32 devices. BRR (baud rate) takes only whole number divider. Other STM32 devices take whole part and fractional part.
Tx/Rx baud = usart_ker_ckpres / USARTDIV (clock is in Hz)
Done
USART has different init that other STM32 devices. BRR (baud rate) takes only whole number divider. Other STM32 devices take whole part and fractional part.
Tx/Rx baud = usart_ker_ckpres / USARTDIV (clock is in Hz)