MPC5748g enet_rmii_udp example

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

MPC5748g enet_rmii_udp example

947 Views
jamesx
Contributor II

Hi,

I'm trying to run the enet_rmii_udp example project from S32DS, I updated the origin & destination MAC & IP address config in the ENET_Config.h file and then build the project and debug on the DEVKIT-MPC5748G evaluation board.

My PC and the board are connected to a same router and within same LAN. But when i run the example -

   1. I cannot find any client connection info of the mpc5748g board from router's admin page.

   2. I run an UDP server on PC with port=12345(same as the dest port on the example), it shows none udp packets received from the mpc5748g board;

   3. when I run wireshark on PC, i cannot capture any packets with ip.src == <mpc5748g IP> as well.

Any steps I'm missing to get this example running?

Can anyone helps here or point me to a document of this example?

Thanks!

0 Kudos
1 Reply

594 Views
caigangwu
Contributor II

HI, James

Has your problem been solved? I used the same project as you,and now it's work well,also i have changed some code,it's can  send and receive udp packets simultaneously now.But still have a problem,the register of receive buffer do not update when continuous get udp packets.

0 Kudos