Altera_Forum
Honored Contributor
14 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 SGDMA in a stand alone projekt, where i connected the source of tx-sgdma with the sink of rx-sgdma, this example also worked. So far so good, but now i want to write data to the tx-sgdma and via loopback of the tse back to the rx-sgdma. But the frame i send doesn't come back. Can anyone have a look onto my code and point me to the problem.:confused: By the way i work with NiosEDS 10.0 and use a DBM3C40 board with a National Phy DP83640. The thing i want to achive later is a working driver for the TCP/IP stack we want to use. At the moment i send in async transfer mode ongoing numbers and try to receive them on the rx-side, but what i get is mostly '0' and 5 numbers "33,24,71,71,71". Can anyone help me? Thx Christian