S32K lwip_S32K148

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K lwip_S32K148

Jump to solution
4,571 Views
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 Kudos
1 Solution
4,550 Views
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

View solution in original post

0 Kudos
1 Reply
4,551 Views
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 Kudos