Question
SPI issue
Hi ,
i am using STM32H753z, implementing the SPI.
when i using HAL_SPI_TransmitReceive() data is transfer and receive happening but data is mismatching.
when i using HAL_SPI_Transmit(), HAL_SPI_Transmit_IT() is showing busy when i debug same wave to HAL_SPI_Receive(), HAL_SPI_Receive_IT().
Thank you,
Naresh

if (hspi->State != HAL_SPI_STATE_READY)
{
return HAL_BUSY;
}
