NUCLEO-F401RE USART2 weird output on the computer serial tools
I used the sample code of "en.stm32cubef4-v1-28-0\STM32Cube_FW_F4_V1.28.0\Projects\STM32F401RE-Nucleo\Examples\UART\UART_Printf"

I just printed the "test" in the while(1) loop. but the display of my computer is werid, and I checked the clock and hal level code, the clock frequency and data transfer is correct.
there are data tranferred on the serial port. I captured from SB63 test point and use the PICOscope

The USART2 frequency was set to 9600.



And I think the USART2 use the APB1 bus frequency: 42MHz
GPIO groupA connected to AHB1.
I uploaded the modified code on the github: https://github.com/amazingHH/STM32_UART/tree/main/UART_Printf
I have two boards, and I tested each of them, they have same problem.
So, is it a USART clock problem?
BTW, I used the KEIL project in the sample code.
