User Activity

Hi!I try to implement HAL_UART_Receive_IT + UART IDLE way to receive data, because I know maximum size of incoming messages. But i don't know size of each message anyway. To achieve this i do the following things:1) Initialize UART and enable global ...