Resolved! What is the correct way to recover from an SPI error or a timeout?
Lets say i call HAL_SPI_TransmitReceive_DMA() and then I get an error or I decide to timeout while waiting for SPI data. What is the correct way to recover from an SPI error or a timeout?I use this code and it seems to work: // De-init SPI2 ...