HAL_UART_Receive() on STM32F407 is receiving only one byte a time irrespective of amount of data being transmitted on transmitter side.
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 while(1) { ...