stm32f4 UART HAL losing bytes
Posted on September 13, 2016 at 11:20Hi All,I'm working on stm32f411 borad with hal library.I'm using the UART without knowing the exact size I suppose to get so I'm using HAL_UART_Receive_IT to get the first byte of the data and afterwards I use HA...