On a STM32H745ZI-Q - Board I want to create periodical 4-byte SPI transfers triggered by a timer. So far I got this working the following way:TIM triggers DMADMA initiates the SPI transfer.However, the SPI transfer timing (CS low) has a high jitter ...