Hello,
I am pretty new to USB. We are working on customized board based on DK-TM4C129X using TM4C129X microcontroller and TI-RTOS. One of the requirement is the support for a hub (not available in DK-TM4C129 board). We are using the USB2514B hub controller from microchip. We will be supporting only Mass Storage Class devices.
I modified the "usb_host_hub" project to suit our customized board(not USB part, removed the display part) and tried test reading from a pen drive. its goes into infinite loop inside "usbhostenum.c" trying to enumerate the device.
1. I don't see any interrupts being generated
2. How do we know what it is trying to enumerate the hub controller or the pen drive
I am attaching the project. Can you please tell me where I am be going wrong
Thanks in Advance
Narendra