ENET on DEVKIT MPC5748G

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

ENET on DEVKIT MPC5748G

1,797件の閲覧回数
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,407件の閲覧回数
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,407件の閲覧回数
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 件の賞賛