ENET on DEVKIT MPC5748G

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

ENET on DEVKIT MPC5748G

1,788 Views
tiju
Contributor II

Hi,

When I try to build the processor expert code from the example - enet_ping_mpc5748g, I get the following error. Do we need to do some other config for this to work?

pastedImage_1.png

pastedImage_2.png

Can anyone help to resolve the issue?

Thanks and Regards,

Tiju

Labels (1)
0 Kudos
2 Replies

1,398 Views
stanish
NXP Employee
NXP Employee

Hello Tiju,

Thanks for the report.

I noticed that the pin_mux component is missing a pin direction setup.

pastedImage_4.png

please adjust  ENET0 RMII Transmit Clock pin as output and regenerate code:

pastedImage_5.png

Now you should be able to build and debug the project.

Regarding the C errors in Problem View -> this is a known eclipse issue, please try the workaround described here:

https://community.nxp.com/message/924323#comment-924619 

Note: Before pinging the DevKit don't forget to update the ARP table on your PC manually. This example does not process ARP request packets.

Hope it helps.

Stan

1,398 Views
tiju
Contributor II

Hi Stan,

Was able to figure out the pin_mux issue out. After that the compile went on fine.

Yes, after adding the arp entry it pings just fine.

Thanks and Regards,

Tiju

0 Kudos