This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

If I configure the AM3703 USB OTG port (MUSB) as a full speed device, how can I “attach” it to a PC host?

Other Parts Discussed in Thread: AM3703, TPS65921

I am using AM3703 OTG port (MUSB) as a full speed device (no OTG feature, a straight full speed device). The transceiver is TPS65921 using ULPI interface. If I want to  “attach” it to a PC USB host, I suppose pull D+ pin high so that the host can detect it. However, I cannot find the way to make D+ pin high. I looked the SDK uboot USBTTY example. The called udc_connect() is basically empty. Can anyone tell me how to make this happen? Thank you.