Bug in HAL_SPI F3 V1.5 Library HAL_SPI_Receive_DMA
Posted on August 05, 2016 at 05:17The implementation of HAL_SPI_Receive_DMA() assumes that the Transmit is also DMA and uses HAL_SPI_TransmitReceive_DMA() internally which tries to write to a non-existent Tx DMA transfer complete callback (line 1622...