STM32 HAL_UART Receive
Posted on July 11, 2016 at 20:15We are using HAL_UART_Receive function as mentioned below in the code for testing:while(__HAL_UART_GET_FLAG(&huart1,UART_FLAG_RXNE)== RESET){}; { for (uint8_t i=0; i < 5 ; i++) { HAL_UART_Recei...