Question
F411RE USART2: Cannot Achieve 3M Baud Rate
I am testing F411RE Nucleo USART speed.
Sample code is: STM32Cube_FW_F4_V1.26.0\Projects\STM32F411RE-Nucleo\Examples_LL\USART\USART_Communication_TxRx_DMA
At PC side, I am using Putty as serial receiver.
So far, the highest working baud rate is slightly more than 2M; however, the data sheet for STM32F411xC and STM32F411xE claims at least 3M.
Anything I can do to the code to achieve that?
