Forum Discussion
Altera_Forum
Honored Contributor
21 years agoEthernet and DMA
Hi everyone, I'm working with a LwIP Stack (only using UDP) and make some timing measurements to find the nottlenecks of the stack. So I saw that the data transfer to the SMSC chip needs...
Altera_Forum
Honored Contributor
21 years agookay, I was my fault http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/rolleyes.gif
I wrote the number of word transfers into the length register instead of the length in bytes. In my case 10. Because of the word transfers the DMA counts 10, 6, 2, -2 . . . So the length will never reach the value zero which would stop the DMA.