LwIP and USB device

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

LwIP and USB device

跳至解决方案
2,487 次查看
Markon
Contributor II

I'm working on project base on K66 processor. I have the latest SDK built with USB and LwIP stack. I need to use LwIP with USB device to connect to PC. I find file: usb_ethernetif_freertos.c but it is for using USB host with LwIP.

Is there any similar file, which connect LwIP with USB device?

Best regards,

0 项奖励
回复
1 解答
2,476 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi

 

The similar demo maybe the virtual NIC,  it is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a network adapter. Users can access the network by properly configuring this network adapter.

 

danielchen_0-1607406661611.png

 

Regards

Daniel

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,471 次查看
Markon
Contributor II

Thank you for your reply.

I found two similar project, one of them you mantioned and the second: USB tethering host (RNDIS protocol) implementation for kinetis. So I started to developed my project based on them.

0 项奖励
回复
2,477 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi

 

The similar demo maybe the virtual NIC,  it is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a network adapter. Users can access the network by properly configuring this network adapter.

 

danielchen_0-1607406661611.png

 

Regards

Daniel

0 项奖励
回复