the ethernet example enet_rmii_upd

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

the ethernet example enet_rmii_upd

Jump to solution
824 Views
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

Tags (2)
0 Kudos
1 Solution
726 Views
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

View solution in original post

0 Kudos
2 Replies
727 Views
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 Kudos
726 Views
961271210
Contributor I

thanks, it solved.

0 Kudos