Difference between blocking and non blocking HAL UART functions.
Posted on June 23, 2018 at 12:23Hi.I'm trying to work with the stm32 uart functions with HAL and cubemx. When I was reading the functions I saw that there are 2 different ways to send and receive.One blocking mode (HAL_UART_Transmit() and HAL_UART_R...