S32K3-T-BOX Ethernet example

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

S32K3-T-BOX Ethernet example

ソリューションへジャンプ
6,011件の閲覧回数
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 解決策
5,968件の閲覧回数
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 返答(返信)
5,969件の閲覧回数
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
 

5,876件の閲覧回数
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 件の賞賛
返信
5,836件の閲覧回数
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,380件の閲覧回数
Ajesh
Contributor I

Hello Will this example work in DS 3.5

0 件の賞賛
返信
5,954件の閲覧回数
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 件の賞賛
返信
5,935件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

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

BR, Petr

0 件の賞賛
返信
5,961件の閲覧回数
moorhou4
Contributor II
Thank you this is very helpful
0 件の賞賛
返信