stm32f7 SAI1B DMA2 stream 5 and 0 conflict with SDMMC2 stream 0 and 5 ????
Hi,
stm32f7
SAI1B DMA2 stream 5 and 0 conflict with SDMMC2 stream 0 and 5 ????
I need to record data to and playback from SDMMC2 with DMA to and from SAI1B.
SDMMC2 uses both stream 0 and stream 5.
DMA2_Stream5_IRQHandler
DMA2_Stream0_IRQHandler
The peripherals are on different channels.
can write my own IRQHandlers to resolve the conflict or can there only be one peripheral per stream on DMA1 and DMA2 ?
I have managed to move some USART and SPI to DMA1 to free up some streams but this conflict leaves me stuck!
Would much appreciate any guidance.