Resolved! STM32H7 NUCLEO-H723ZG SPI Master RXONLY mode - how to remove 10us SCK delay?
Hello,I am using an STM32H7 MCU with STM32CubeIDE to communicate with a BiSS-C encoder in SPI RXONLY Master mode.My goal is to generate 64 SCK clocks every 10ms without delay.However, I am observing the following issue: Each time I call HAL_SPI_Recei...