S32K3-T-BOX Ethernet example

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

S32K3-T-BOX Ethernet example

跳至解决方案
6,209 次查看
moorhou4
Contributor II

Hello,

I have just received a S32K3TBOX and want to get some metrics (bandwidth/latency) for an ethernet connection from my PC to the board. I would like to see how quickly and what load of messages I can send to the board and what my PC can receive from the board.

I am struggling to find example projects that are configured for this board, or documentation for how to get started with this task. Would someone be able to point me in the direction to some documentation/examples for testing ethernet capabilities between my pc and this board?

Thank you!

0 项奖励
回复
1 解答
6,166 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

S32K3-T-BOX web page includes several training presentations and webinars to learn how to use this demo board.
The board should be preloaded with lwIP demo from factory, and the guide as well projects are available from board's web page. Refer to
https://www.nxp.com/webapp/Download?colCode=TP-S32K3-T-BOX-LWIP-GUIDE
https://www.nxp.com/webapp/Download?colCode=S32K3-T-BOX-LWIP-FOR-S32K3
https://www.nxp.com/webapp/Download?colCode=S32K3-T-BOX-LWIP-for-SJA1110

BR, Petr
 

在原帖中查看解决方案

7 回复数
6,167 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

S32K3-T-BOX web page includes several training presentations and webinars to learn how to use this demo board.
The board should be preloaded with lwIP demo from factory, and the guide as well projects are available from board's web page. Refer to
https://www.nxp.com/webapp/Download?colCode=TP-S32K3-T-BOX-LWIP-GUIDE
https://www.nxp.com/webapp/Download?colCode=S32K3-T-BOX-LWIP-FOR-S32K3
https://www.nxp.com/webapp/Download?colCode=S32K3-T-BOX-LWIP-for-SJA1110

BR, Petr
 

6,074 次查看
moorhou4
Contributor II

Hello,

I am trying to get the lwip example for the T-BOX that you provided working, but am running into some problems.

When trying to open the .mex file I am getting this error

Capture116.PNG

and multiple errors when I tried to build the project involving a missing file "Compiler.h"

In file included from ../stacks/tcpip/wolfssl/wolfcrypt/src/misc.c:32:
../stacks/tcpip/wolfssl/wolfssl/wolfcrypt/settings.h:1337:14: fatal error: Compiler.h: No such file or directory
1337 | #include "Compiler.h"
| ^~~~~~~~~~~~
compilation terminated.
make: *** [stacks/tcpip/wolfssl/wolfcrypt/src/subdir.mk:83: stacks/tcpip/wolfssl/wolfcrypt/src/misc.o] Error 1

 

I am using S32DS 3.4 and have installed the following

RTD version 1.0.0 (Hotfix 2) 

S32K3 FreeRTOS10.4.5 UOS 1.0.0

S32K3 TCPIP RTM 1.0.0

Any help would be great! Thank you so much.

0 项奖励
回复
6,034 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

if understand well the example was done in RTD 2.0.0 so you need to have RTD 2.0.0 installed.

PetrS_0-1687939792804.png

BR, Petr

 

0 项奖励
回复
5,578 次查看
Ajesh
Contributor I

Hello Will this example work in DS 3.5

0 项奖励
回复
6,152 次查看
moorhou4
Contributor II
Hello, I am attempting to follow along with the document you provided specifically the slide with the required packs we need to download. Any time I attempt to download a TCPIP stack package I get the following error
Operation detailsSoftware being installed: com.nxp.TCPIP_STACK.S32K3.root.1.0.1.feature.feature.group 1.0.1.202209210321 Missing requirement: com.nxp.TCPIP_STACK.S32K3.root.1.0.1.feature.feature.group 1.0.1.202209210321 requires 'org.eclipse.equinox.p2.iu; com.nxp.FreeRTOS.S32K3.root.2.0.1.feature.feature.group 0.0.0' but it could not be found

do you have any suggestions on why this is happening? I have the latest version of eclipse installed and the correct RTDS

Thank you so much
0 项奖励
回复
6,133 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

seems S32K3 FreeRTOS 2.0.1 is required to be installed prior stack installation.

BR, Petr

0 项奖励
回复
6,159 次查看
moorhou4
Contributor II
Thank you this is very helpful
0 项奖励
回复