HAL_SPI_TransmitReceive() on SPI1 of Discovery board giving HAL_BUSY
Hello STM32 community,I'm currently working with the Discovery board and trying to implement SPI communication using the HAL library. Specifically, I am attempting to write data from the MOSI line and simultaneously read data from the MISO line using...