How to cancel HAL_SPI_TransmitReceive_DMA
How to cancel HAL_SPI_TransmitReceive_DMA
We are developing SPI communication devices using HAL_SPI_TransmitReceive_DMA.
We would like to cancel or stop HAL_SPI_TransmitReceive_DMA even in the middle of transmission by GPIO interrupt, but we do not know how to do it.
Is it possible to cancel in the middle of transmission?
Also, how should I program it?
