Resolved! SPI HAL receive command putting out 5 bytes worth of clock cycles ????
I have the following : HAL_SPI_Transmit(&hspi2, &txBuf[0], 1, 50); HAL_SPI_Receive(&hspi2, &rxBuf[0], 1, 50);I have the following code .... STM32L476 is a spi 3 wire master. The Transmit appears (logic analyzer) to be working fine, however I am ...