Is it possible to split HAL_SPI_TransmitReceive_DMA function in this situation?
Hello I am trying to do spi_dma communication using the HAL_SPI_TransmitReceive_DMA function.When I use HAL_SPI_TransmitReceive_DMA in a situation where I use the same dma stream, same amount of data to send and receive, but different addresses to se...