S32K3-T-BOX Ethernet example

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

S32K3-T-BOX Ethernet example

Jump to solution
2,146 Views
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 Kudos
Reply
1 Solution
2,103 Views
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
 

View solution in original post

7 Replies
2,104 Views
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
 

2,011 Views
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 Kudos
Reply
1,971 Views
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 Kudos
Reply
1,515 Views
Ajesh
Contributor I

Hello Will this example work in DS 3.5

0 Kudos
Reply
2,089 Views
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 Kudos
Reply
2,070 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

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

BR, Petr

0 Kudos
Reply
2,096 Views
moorhou4
Contributor II
Thank you this is very helpful
0 Kudos
Reply