Can not configure the HAL_SPI_Receive() funciton to provide 8 clock cycles to the CLK pin.
Hi everyone.I'm working on NUCLEO-F303RE board to acquire mouse sensor displacament data to the MCU to be processed. Mouse sensor has an SPI interface which is 2 wires (CLK and SDIO). So i configured my SPI3 peripheral accordingly on CUBEMX and it wo...