Callbacks for SPI in DMA mode
I have both TX and RX on SPI1 on a F407 running in DMA circular mode. In the HAL_SPI_TxRxCpltCallback I parse the data that I receive from the Pi (since the Pi and the STM32 communicate over SPI1). Does the TxRx callback get called when BOTH, TX and ...