Is SDK example code lwip_usb_dhcp support cdc-ecm or wwan?

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

Is SDK example code lwip_usb_dhcp support cdc-ecm or wwan?

1,832 次查看
niclee0213
Contributor II

As in the question, we refer to the sample code of the SDK package => evkmimxrt1060_lwip_dhcp_usb_bm. The USB tethering is already work under RNDIS protocol.

However, our 4g LTE devices currently is only support two protocol WWAN and cdc-ecm, does lwip support cdc-ecm or WWAN right now? Or any example code we can refer? Is cdc-ecm implemented?  thanks.

https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-tethering-host-RNDIS-protocol-implementati... 

0 项奖励
3 回复数

1,818 次查看
nxf56274
NXP Employee
NXP Employee

Hi,

 

Thank you for your interest in the NXP MIMXRT Product, I would like to provide service for you.

 We do not have the example about the cdc-ecm. But I found someone implemented the cdc-ecm on stm32. Maybe you can refer this,

 

Wish it helps you!
If you still have questions about it, please kindly let me know.

0 项奖励

1,776 次查看
niclee0213
Contributor II

Thank you for your reply. 

We are looking the USB host implemented sample code for CDC-ECM, you provide stm32 sample code seems USB device implemented, are there differences in implementation actually?

0 项奖励

1,756 次查看
nxf56274
NXP Employee
NXP Employee

Hi,

这个移植重要的主要是32和rt硬件部分异同,要把32的硬件初始化改成rt的。然后就是协议栈,你得找到cdc的业务代码,看看它到底是怎么运作的,是否能移植到rt上

0 项奖励