STM32U585x UART Poll receive is happening only for first byte :
Dear CommunityI have a problem with the UART1 on the STM32U585x board. I try to read some bytes in polling mode using HAL_UART_Receive();And i set the size parameter to any number greater than 1 and i only receive 1 byte, even though i am sending mor...