HAL_Uart_Receive is Receiving only one byte, even the size is >1.
Hello,Am using STM32F407 (Discovery board). This is connected with a PC which is sending 100 bytes of data and realized that only 1 byte is received and remaining 99 bytes are lost. Below is the code excerpt running on STM32F407 ret = HAL_UART_...