Ethernet problem M52233demo, send double messages

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Ethernet problem M52233demo, send double messages

1,273件の閲覧回数
VeronicaFNX
Contributor I

Hello, i have a problem with ethernet. When i use the eth_stub_send() function the message is always sent twice! But i know the function is only called once. I send double messages and I don't know the solution. Can you help me? Thanks. Regards
Veronica

ラベル(1)
0 件の賞賛
返信
1 返信

361件の閲覧回数
mjbcswitzerland
Specialist V
Veronica

Try using two tx buffer decriptors rather than one (which I assume you presently have). My experience is that a frame in a single buffer description is always sent twice, which never happens when more than one buffer is available. You can also prepare the frame to be transmitted to be chained in 2 buffer descriptions (eg. IP part in first and UDP etc. part in second). which shoud stop it happening.

If you find another solution, please also let us know!!

Regards

Mark Butcher

Message Edited by mjbcswitzerland on 2007-02-0607:28 PM

0 件の賞賛
返信