Hi,
I am using OMAP-L137 witch C6747 DSP processor, and I would like to operate USB OTG as device, I have probably initialized it wrong or not done something because I can't get USB host to detect device (USB host is standard PC).
From my work with USB I know I should turn on Pull up on D+ or D- line (regardless if it full speed or low speed device) and after that host should try to enumerate device. I can't get info how to enable those Pull up.
I tried USB initialization according to examples from sprufm9b.pdf and forced USB to Device mode, but still SESSION bit is not set in DEVCTL of USB register and processor is waiting for session to begin.
Any help would be appreciated, I can copy paste source code if its needed.