Issue with SPI and SDIO using same DMA
Hello,I'm working on an STM32F411 and I'm using two peripherals : one SPI and one SDIO.The SPI is triggered every millisecond in a timer ISR and is using two DMA2 streams 0 and 2 in direct mode at a very high priority for TransmitReceive. Then, the D...