Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTSE with SGDMA in Loopback
Hi folks, i try to write a driver with the SGDMA and TSE. I checked the hardware design with the simple socket server example and the LWIP example, both worked so far. I also tried out the S...
Altera_Forum
Honored Contributor
15 years agoThe data that you send should at least look like a valid Ethernet packet. The TSE has an incoming filter to ignore the packets that don't have the right destination MAC address (except if you set it in promiscuous mode) and could do other checks on the header.