Running LPCUSBLib_SerialHost on LPC43xx (OM13084)

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

Running LPCUSBLib_SerialHost on LPC43xx (OM13084)

536 Views
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 Reply

345 Views
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!
-----------------------------------------------------------------------------------------------------------------------