packet loss when using STM32F429's Ethernet DMA for data transmission
I use lan8742 and stm32f429IGT6 to implement Ethernet communication.The files lan8742.c and lan8742.h are the configuration files that I am using.For the reception of Ethernet data, I adopt the interrupt mode to receive data, and use the interrupt mo...