Missing TCP/IP stack in example project

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

Missing TCP/IP stack in example project

ソリューションへジャンプ
173件の閲覧回数
sergioGeronimo
NXP Employee
NXP Employee

Hi, 

I am working with S32K1 series boards, S32K148 more concretely.

The issue I face is that not even the example project compiles. I create it using S32DS IDE and "New -> Project from Example", from which I select the lwip_FreeRTOS_S32K148.

The documentation says it should be possible to build it straight from there. However, that is not the case because a lot of files are missing. After opening the S32 Configuration Tools and Updating the Code, most of the issues are gone. However, the lwip stacks folder is still missing and I get an error in the Peripherals tab saying that the tcp/ip stack is not included in the toolchain.

As stated in the Release Notes of the stack, I installed S32K1_S32M24X Real Time Drivers AUTOSAR R21-11 Version 3.0.0 and S32K1 FreeRTOS 10.5.1
version 2.0.0 packages and I am using S32DS 3.6.3.

0 件の賞賛
返信
1 解決策
149件の閲覧回数
PavelL
NXP Employee
NXP Employee

Hello @sergioGeronimo ,

This is caused by a mismatch in manifest SDK version between RTD 3.0.0 (version 2.0.0) and TCP/IP 3.0.0 (version 3.0.0) releases.

To solve this please follow these steps:

1. Go in S32DS installation folder, or the equivalent path for your machine.

C:\NXP\S32DS.3.6.1\S32DS\software\PlatformSDK_S32K1_S32M24

2. Open the tcpip_itm_manifest.xml and change the version from 3.0.0 to 2.0.0

PavelL_0-1757499391080.png

 

3. Restart S32DS

4. Open peripheral view and run "Update Code"

5. run Build again

 

Best regards,

Pavel

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
150件の閲覧回数
PavelL
NXP Employee
NXP Employee

Hello @sergioGeronimo ,

This is caused by a mismatch in manifest SDK version between RTD 3.0.0 (version 2.0.0) and TCP/IP 3.0.0 (version 3.0.0) releases.

To solve this please follow these steps:

1. Go in S32DS installation folder, or the equivalent path for your machine.

C:\NXP\S32DS.3.6.1\S32DS\software\PlatformSDK_S32K1_S32M24

2. Open the tcpip_itm_manifest.xml and change the version from 3.0.0 to 2.0.0

PavelL_0-1757499391080.png

 

3. Restart S32DS

4. Open peripheral view and run "Update Code"

5. run Build again

 

Best regards,

Pavel

0 件の賞賛
返信