Weird problem with UART
I work with STM32L475.First I configure UARTint main(void) { /* Configure the system clock to 80 MHz */ SystemClock_Config(); GPIO_Setup(); USART_Setup(UART4, 115200); USART_SendInt(UART4, 1234, 1); USART_SendInt(UART4, 0,...