I am using omap3530 with a 4-pin usb transceiver through port2(mm2txdat , mm2txen ,mm2_rxrcv , mm2_txse0 ) . I config the usb host according to the datasheet: 23.2.5 High-Speed USB Host Subsystem Basic Programming Model
that is: 1, bypass ULPI by setting 1 to the corresponding bits in UHH_HOSTCONFIG
2, config TLL_CHANNEL_CONF and choose UTMI-to-serial (FS/LS) mode: To serial controller (TLL) or serial PHY and 4-pin" bidirectional PHY i/f mode
But the usb host doesn't work. Is there anyother register that I need to config?
Please help me !