DMA fails to transmit Ethernet frame with STM32F765 board.
I am trying to implement Ethernet capability using the LwIP middleware on a STM32F765 board with a LAN8742A PHY.I have observed that the firmware/hardware functions properly when receiving an ARP request.However, when the low_level_output routine (in...