Increase UART baudrate

This commit is contained in:
2026-06-16 16:16:51 +02:00
parent 990a85c002
commit cc3a37ba4b
+1 -1
View File
@@ -374,7 +374,7 @@ static void MX_USART1_UART_Init(void)
/* USER CODE END USART1_Init 1 */
huart1.Instance = USART1;
huart1.Init.BaudRate = 115200;
huart1.Init.BaudRate = 1152000;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;