Minimizing SCLK pulse time on SPI with STM32H745
Hello STM community,
I'm working on optimizing SPI communication on an STM device, and I'm encountering an issue with the timing of SCLK pulses. After transmitting 16 SCLK pulses, there's a delay of 3μs before the next set of 16 pulses can be generated.
I need to reduce this delay to ensure that SCLK can be immediately generated after CS goes low. Can anyone suggest methods or configurations to minimize this delay and maintain a continuous SCLK stream after CS is pulled low?
I'm trying to achieve sampling rate for ADC ADS7046 interfacing.
sclk take same time even not used CS.
I want to sclk immediately on after cs low.
Below I attach some snap of spi cycle.





