Resolved! STM32H7 Bug in HAL_SPI_TransmitReceive ?
Posted on September 29, 2017 at 15:22Is there a bug in the HAL driver lib FW 1.1.0 ?Because SPI4 is not supported.In the routine HAL_SPI_TransmitReceive there is a question'if (IS_SPI_HIGHEND_INSTANCE(hspi->Instance)) ...'the else branch is empty/no...