Missing TCP/IP stack in example project

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

Missing TCP/IP stack in example project

跳至解决方案
169 次查看
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 解答
145 次查看
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 回复
146 次查看
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 项奖励
回复