Posted on November 26, 2017 at 16:27I am working with the UART_Hyperterminal_IT example in STM32Cube_FW_F2_V1.7.0. My micro is STM32F217.My calls to HAL_UART_Receive_IT() are blocking. That is probably the expected behavior, but I would prefer to:...