How to configure STM32F4 Ethernet DMA vs. general-purpose DMA priority?
Hi,
I have an application where general-purpose DMA (triggered by TIM peripheral) timing is critical. I found that when there's communication over Ethernet, the timing requirements for the GP DMA are occasionally not met. I'm thinking that this might be an arbitration/priority issue between the Ethernet DMA and the GP DMA. Is this possible? Can an Ethernet DMA transfer block GP DMA transfers? If yes, how do I give priority to the GP DMA over the Ethernet DMA? I'd appreciate any pointers.
Thanks, Szabi
