Hi,
I'm running usb_host_mouse example on EK-TM1294XL. I added USB hub to the project. I connect a 4-port USB hub to LaunchPad and a USB mouse to the hub. After several (10..100) connect/disconnect of mouse I get babble interrupt. The USB controller seems to resetted and it is in device state. I found an empty 'if' in usbhostenum.c of usblib.
//
// Received a reset from the host.
//
if(ui32Status & USB_INTCTRL_BABBLE)
{
}
What should be done to switch back to host mode?
Regards,
Peter