SPI receive times out due to SPI_FLAG_RXNE not reseting in SPI_EndRxTransaction.
MCU is STM32F427. I'm using SPI3 to read from a transmit only slave. My configuration looks like this:/* SPI3 parameter configuration*/ hspi3.Instance = SPI3; hspi3.Init.Mode = SPI_MODE_MASTER; hspi3.Init.Direction = SPI_DIRECTION_2LINES_RXONLY...