HAL_UARTEx_ReceiveToIdle_IT - meaning of idle ?
Dear ST/reader,I’m currently implementing a uart receive interrupt function for use with the STM32H743 specifically using HAL_UART_Receive_IT(). This is straightforward when the receive length (number of bytes to receive) is just 1 in which case it e...