H7 SPI Issue: 4us delay between enabling SPI transmission to starting the clock. How can I reduce this time?
I use a STM32H723VGT6 as a master in a critical SPI communication with another microcontroller (critical because this mcu is very strict in the SPI timing, especially the time between CS and the start of CLK, and I cannot operate on the firmware of t...