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!
Solved! Go to Solution.
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
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
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
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.
Hi,
if understand well the example was done in RTD 2.0.0 so you need to have RTD 2.0.0 installed.
BR, Petr
Hello Will this example work in DS 3.5
Hi,
seems S32K3 FreeRTOS 2.0.1 is required to be installed prior stack installation.
BR, Petr