User Activity

SPI works fine if we use HAL_SPI_Receive_IT, but we are getting all 0's if we call HAL_SPI_Receive_DMA.We are using below 2 apis1) HAL_SPI_Transmit_DMA2) HAL_SPI_Receive_DMAcall to HAL_SPI_Receive_DMA always read 0's. We handled D-cache as per Exampl...