Hi,I have successfully configured the SPI1 with following parameters and trying to transfer a single byte but it is being timed-out in HAL_SPI_Transmit as EOT is not being set.Init.Mode = SPI_MODE_MASTER;Init.Direction = SPI_DIRECTION_2LINES;Init.Dat...