HAL_SPI_TransmitReceive_DMA() transmit interrupt always triggered after receive interrupt
I have a HAL_SPI_TransmitReceive_DMA() transaction that I am performing. The data can be seen on the line to properly get clocked out over SPI. The problem is that in the receive interrupt, we kick off the next transaction (a DMA SPI write). This wri...