ENET on DEVKIT MPC5748G

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ENET on DEVKIT MPC5748G

1,852 次查看
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

标签 (1)
0 项奖励
2 回复数

1,462 次查看
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,462 次查看
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 项奖励