SPI block on SPI_WaitFlagStateUntilTimeout
HI all,
I have a custom board with stm32h743vit6 microController.
I configurated SPI1 for comunicate with a SPI display (ili9488 managed by touchgfx with partial frame mode).
My problem is that I can't reach high speed (more than 25mhz on SPI) else the code block itself on SPI_WaitFlagStateUntilTimeout routine.
I must tell you that I command SPI to work with DMA to decrease at minum as possible the core work (while graphic buffer is transferred on display).
Can someone suggest to me the reason of SPI baudrate limitation? I would like to reach 100Mhz.
are there some incompatible setting between SPI/Core/DMA speed or other configuration?
thanks in advance.
MarcoP
