Hello,
Please let me know the AM335x USB initialization procedure.
I want to know the preferred procedure to initialize USB as a host mode after DRVVBUS turns to low by detecting VBUS low voltage and by executing procedure described in the following page.
http://e2e.ti.com/support/arm/sitara_arm/f/791/t/270060
Which should I do the following procedure as a recovery initialization?
- To write the session bit of by executing "#echo F > /proc/driver/musb_hdrc.x".
- To call the reset function of libusb
- To re-execute the initialization procedure executed at boot up.
Best Regards,
Nomoto