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.
解決済! 解決策の投稿を見る。
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
thanks, it solved.