S32K lwip_S32K148

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

S32K lwip_S32K148

跳至解决方案
6,204 次查看
Alex19
Contributor II

Hello NXP Community,

I run the the project lwip_S32K148 , it works, I can ping 192.168.0.200 via cmd. But how can I use the driver enet in this project to use ENET_DRV_ReadFrame/ENET_DRV_SendFrame. I need to send/receive the datas by TCP/IP from PC and  after send/receive to another board by UART.  

 

Best Regards,

0 项奖励
回复
1 解答
6,183 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Aleksandr,

If you want to use TCP IP layer, please check documentation of LWIP stack.

https://www.nongnu.org/lwip/2_0_x/index.html

Notice that LWIP is open source software, so we provide only very limited support.

ENET_DRV... belongs to data link layer which is described in SDK user manual:

c:\NXP\S32DS.3.4\S32DS\software\S32SDK_S32K1XX_RTM_4.0.2\doc\S32SDK_S32K148_UserManual.pdf

Regards,

Lukas

在原帖中查看解决方案

0 项奖励
回复
1 回复
6,184 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Aleksandr,

If you want to use TCP IP layer, please check documentation of LWIP stack.

https://www.nongnu.org/lwip/2_0_x/index.html

Notice that LWIP is open source software, so we provide only very limited support.

ENET_DRV... belongs to data link layer which is described in SDK user manual:

c:\NXP\S32DS.3.4\S32DS\software\S32SDK_S32K1XX_RTM_4.0.2\doc\S32SDK_S32K148_UserManual.pdf

Regards,

Lukas

0 项奖励
回复