SPI with DMA - little problem
Posted on February 08, 2018 at 10:03Is there any posisibilities to clear SPI FIFO before calling to HAL_SPI_Receive_DMA ? If We don't do it than we get old data in read buffer. I found that only way to do it, is reading RX so many times, as the fif...