stm32L4S5, spi pause between 8-bit frames
Hi all,
i am performing some 400bytes blocks transferts by SPI, at 16Mhz.
I have NSS off, so no CS up/down between frames.
From some testing, whatever system clock i set, or whatever spi clock i set, there is a fixed 4us time between 2 consecutive frames. This pause is of course very visible and heavy at 20Mhz spi clock, by scope something like:
__||||||||_____________||||||||______________|||||||_____
Transfer is done by LL_SPI_TransmitData8
If any help to reduce this delay between frames, would be very good, or at least to know i cannot reduce it in any way will be helpful too.
thanks a lot
