This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Use External USB Hub with LPC1768

Dear all,

My system as below :

LPC1768 --> USB Host --> External Hub 4 Port (TUSB2046) --> Multi HID Device

I use example code HID keyboard RL Library in :

"C:\Keil\ARM\Boards\Keil\MCB1700\RL\USB\Host\HID_Kbd"

....

for (i = 0; i < 1000000; i++) { /* allow kbd connect detect */ usbh_engine(0); if (usbh_hid_status(0, 1)) /* if connected, break */ break; }

....

I connect keyboard USB, but this example don't work.

Any one have same problem ?

Thanks!

0