Issue with DMA working with Ethernet
Hi! I'm using a custom board with STM32H563 and recently, I've set up the Ethernet connection, but I'm encountering issues with GPDMA interrupts for controlling a PWM signal for one wire communication to control addressable LEDs.
In my project, I'm using FreeRTOS, where the Ethernet and the LEDs system threads are independent. After approximately four DMA interrupts, it jumps to the NMI_Handler. However, if I disable Ethernet (MX_ETH_Init()), the LEDs system functions properly. I've tried different priority configurations and switched to a more suitable DMA channel, but I still can't get it to work properly. Is there something important I should consider when using Ethernet and DMA simultaneously?
