the ethernet example enet_rmii_upd

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

the ethernet example enet_rmii_upd

ソリューションへジャンプ
1,182件の閲覧回数
961271210
Contributor I

I am trying to debug this example project. In this project, the 2 byte array can be sent and the PC can receive it. But when I try to change the array from 2 byte to 64 byte, the PC cannot receive what I try to send. I use wireshark to catch the packets and it say the length of my IPV4 has problems. The problem is as follows. How can I adjust the project and send a 64 byte array? I use mpc5748g to debug it. 

pastedImage_1.png

タグ(2)
0 件の賞賛
返信
1 解決策
1,084件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

I tried to modify the ENET_frame_TX function little bit to use correct frame lengths. Seems it works better, see attached file for the changes.

BR, Petr

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,085件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

I tried to modify the ENET_frame_TX function little bit to use correct frame lengths. Seems it works better, see attached file for the changes.

BR, Petr

0 件の賞賛
返信
1,084件の閲覧回数
961271210
Contributor I

thanks, it solved.

0 件の賞賛
返信