Hello,
I am trying to get the code available in https://github.com/krithik/tiva-usb-host-msc to work.
I have made the hadware changes, and the code builds without any errors or warnings.
When I debug the code, it enters in the IntDefaultHandler loop. I suspect that it has something to do with USB0HostIntHandler (wich is alredy at the Interrupt vector table under USB0).
It happens either with the usb.stick connected or not. But when running the code step by step, it goes without entering the IntDefaultHandler, but also does not recognize the usb device.
Any thoughts?
Adriano