STM32F413VGT uart9 baud rate problem
There is a bug to set baud-rate of uart9.If I set it to 9600, it works as 19200.I think it is a problem of driver code.The UART9 and UART10 should use PCLK2 but the code uses PLCK1.Please check below.My environment:Win 10. 1809STM32CubxMX version 5.2...