Hello,I need to transfer more data, than I could afford to store in memory with an SPI Master. So I thought to use the circular DMA to update the data using HAL_SPI_TxHalfCpltCallback and HAL_SPI_TxCpltCallback.But how can I stop the SPI transmission...