Running LPCUSBLib_SerialHost on LPC43xx (OM13084)

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

Running LPCUSBLib_SerialHost on LPC43xx (OM13084)

1,045 次查看
omidathari
Contributor II

Hi 

I am trying to run the LPCUSBLib_SerialHost program on the OM13084 board not having any luck.

When I plug in my Trendnet usb serial device, the there is an error in finding and enumurating routine

and CDC_ENUMERROR_NoCompatibleInterfaceFound is returned.  Therefore the interface is not enabled.

//CDCClassHost.c line 202

if (USB_GetNextDescriptorComp(ConfigDescriptorSize, ConfigDescriptorData,
DCOMP_CDC_Host_NextCDCControlInterface) != DESCRIPTOR_SEARCH_COMP_Found)
{
return CDC_ENUMERROR_NoCompatibleInterfaceFound;
}

Any ideas

Omid Athari

1 回复

854 次查看
soledad
NXP Employee
NXP Employee

Hello Omid,

Please check the below threads and let know if this helps,

How to use Lpc4330 as usb cdc host | www.LPCware.com 

USB Host CDC Example 


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------