Nucleo H745ZI_Q board Cann't able to work ADC and Ethernet together in CM7
Hello team, i have a Nucleo H745ZI_Q board in this am working Differential ADC and Ethernet (using FreeRTOS ) in cortex M7 . ADC is working fine in indivisual code And Ethernet also working fine in indivisual code when going to integrate both in a single code which pheripheral initializing first thats working
1.if i initialize ADC first thats working fine but ethernet is not working
2.if i initialize ehternet first thats working fine but when going to initialize ADC ethernet will not working
am working both ADC and Ethernet in M7 only in ADC not using any RTOS for ethernet using FREE RTOS
What's the issue happening am fail to understand Any help ??