SPI sends on first read 48 clocks, then always 32 clocks and returns wrong data
Good morningSeems I come a little further with my GPIB Nucleo-F207ZG project where ports stopped responding...The initialization for the SPI1 looks like: hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECT...