STM32L0) hal_uart_receive_it baudrate change
Posted on April 16, 2018 at 05:03hi.I am using the hal library to communicate uart.I changed the baudrate during code execution as shown below.UartHandle.Init.BaudRate = Baudrate;if(HAL_UART_Init(&UartHandle) != HAL_OK){ Error_Handler(); }HAL_UA...