LwIP and USB device

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

LwIP and USB device

Jump to solution
1,523 Views
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 Kudos
Reply
1 Solution
1,512 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,507 Views
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 Kudos
Reply
1,513 Views
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 Kudos
Reply