when ADC DMA initialization starts ETH failed to ping
Hello team, am working ADC and Ethernet in Nucleo H745zi_q board when goes to initialize DMA for ADC from that moment Ethernet failed to ping "destination host unreachable " .
HAL_ADC_Init --> HAL_ADC_MspInit --> /* ADC3 DMA Init */ if i comment this complete function ethernet will ping.
if i enable the hdma_adc3.Instance = BDMA_Channel0; even a single line also ethernet fail to ping .
am unbox the force DMA channel interrupts for ADC (because adc receive a data contineously ) how to resolve any help ?