Concurrent DMA controlled SPIs failing (STM32H7)
All,I'm finding that concurrent DMA driven SPI transfers are failing.its STM32H743, Latest HAL, latest Cube and followed all rules with cache configuration etc etc.I’m running this in different FreeRTOS threaads and if I put a mutex around the HAL DM...