Posted on June 18, 2018 at 15:00Hi,How to use HAL_SPI_Receive_DMA correctly? We need to receive an ongoing data stream via spi. For that we use spi receive with dma. But if we call HAL_SPI_Receive_DMA once before the main loop the HAL_SPI_RxCpltCall...