diff --git a/Core/Src/usart.c b/Core/Src/usart.c index febfc14..b4956e9 100644 --- a/Core/Src/usart.c +++ b/Core/Src/usart.c @@ -71,7 +71,7 @@ void MX_USART3_UART_Init(void) /* USER CODE END USART3_Init 1 */ huart3.Instance = USART3; - huart3.Init.BaudRate = 115200; + huart3.Init.BaudRate = 500000; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart3.Init.StopBits = UART_STOPBITS_1; huart3.Init.Parity = UART_PARITY_NONE;