Resolved! 3 SPI busses does not parallelize data access
STM32H743We have 4 SPI busses running at 12.5MHz but the SPI clocks are sequentially. SPI 1 and 2 are using DMA Channel 1 while SPI 3 and 4 are using DMA Channel 2. We would like them to run in parallel.Can they run in parallel.The code uses HAL_SPI_...