Need help adding ethernet to 5748G

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

Need help adding ethernet to 5748G

跳至解决方案
2,545 次查看
MattJCole
Contributor V

 

I need help adding Ethernet to the DEVKIT-MPC5748G. I configured all of the pins to exactly how the  lwip_mpc5748g demo but I can not make the clock configuration match. the demo has ENET0_CLK set to ENET_RMII with a frequency of 50 MHz. The one I created has the clock source set to F40 with a frequency of 40 MHz. What am I doing wrong? Is there any documentation on how to configure the ethernet?

 

0 项奖励
回复
1 解答
2,516 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Matt,

have you enabled the external clock like this?

lukaszadrapa_0-1641389985585.png

 

lukaszadrapa_1-1641390016945.pnglukaszadrapa_2-1641390036214.png

Regards,

Lukas

在原帖中查看解决方案

0 项奖励
回复
8 回复数
2,265 次查看
MattJCole
Contributor V

Thanks for the clarification. The difference between what you had and what the demo was setup scared me. I was afraid I would configure the ethernet in a way it would not work on occasionally and you know that kind of bug is a nightmare to debug. Also I hope you are felling better.  

0 项奖励
回复
2,389 次查看
MattJCole
Contributor V

The demo for 3.0.3 doesn't match what you have in your setup. see attached picture. Is ENET0_CLK or ENET0_TIME_CLK supposed to have the clock source set to ENT_RMII

0 项奖励
回复
2,277 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

I'm sorry for delayed response, I was out of office due to some health issues.

I will ask SDK team if they can fix this.

In fact, the only configurable clock is ENETx_TIMER:

lukaszadrapa_0-1642416209495.png

If you have other clocks like F40 or F80 set to its maximum, there will be no problem.

The timer clock is then an auxiliary clock signal for the ENET module that is not needed for normal operation. It is used for IEEE 1588 Time-Sensitive Networking (TSN) applications, which our ENET module supports in hardware. This clock is specifically used for time-stamping IEEE 1588 datagrams.

Regards,

Lukas

0 项奖励
回复
2,448 次查看
MattJCole
Contributor V

Ignore the error. I figured out why I was getting it. The demo for the LWIP SDK 3.0.3 doesn't have enough RAM assigned in the linker file to it based on the configuration. I reduce the amount of RAM assigned to the FreeRTOS and it was able to compile. 

0 项奖励
回复
2,474 次查看
MattJCole
Contributor V

That is not what I get for 3.0.3. Also I needed reinstall my IDE because it was acting funny and now the LWIP demo will only compile under Flash build setting not RAM. If I build it under RAM is get the following compile error.

Description Resource Path Location Type
Ld error: lwip_mpc5748g.elf section `.bss' will not fit in region `SRAM' lwip_mpc5748g C/C++ Problem
Ld error: region `SRAM' overflowed by 141456 bytes lwip_mpc5748g C/C++ Problem
Ld error: region `SRAM' overflowed by 36912 bytes lwip_mpc5748g C/C++ Problem
make: *** [makefile:71: lwip_mpc5748g.elf] Error 1 lwip_mpc5748g C/C++ Problem

MattJCole_0-1641494934277.png

 

 

 

 

0 项奖励
回复
2,506 次查看
MattJCole
Contributor V

That is enabled and the frequency is set to the correct value. I tried my best to make it match the LWIP demo but there are settings I can't  make match. I also get a warning when I set the PH1 Divider to /4 even though the demo has it configured that way. I attached my code. I hope you can figure out why I can not make my project match the demo.

0 项奖励
回复
2,486 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

It looks like you used demo from SDK 3.0.0 for comparison, right? This one seems to be wrong, PHI1 needs to be 80MHz, so divider /8 must be used:

lukaszadrapa_0-1641488133010.png

 I can see that this is fixed in 3.0.3. so the warning is correct. The same about ENET_CLK:

 

lukaszadrapa_2-1641488497176.png

So, go on with your current configuration.

Regards,

Lukas

 

0 项奖励
回复
2,517 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Matt,

have you enabled the external clock like this?

lukaszadrapa_0-1641389985585.png

 

lukaszadrapa_1-1641390016945.pnglukaszadrapa_2-1641390036214.png

Regards,

Lukas

0 项奖励
回复