DMA transfer (Reception) not proper when implemented with ethernet communication
Posted on November 24, 2014 at 07:54Hello there,I am using Lwip library for Ethernet implementation. I poll for the Ethernet packet in main loop. Then the packet is passed to further libraries to process it. Meanwhile I have also to receive 8 bit da...