Open vyosypenko opened 6 years ago
Now UART "stm32_uart_send_byte" function is a blocking function. For better performance need to change the implementation of UART functions to be able to work with UART interrupts.
Now UART "stm32_uart_send_byte" function is a blocking function. For better performance need to change the implementation of UART functions to be able to work with UART interrupts.