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.

USB OTG Wakeup

Other Parts Discussed in Thread: DM3730, SYSCONFIG, TPS65950

Hi,

We are using DM3730.

We have implemented a I/o Wakeup for the system.

Now, I want to wakeup the system based on USB OTG. 

So, when I plugin cable to host PC I am expecting the system to wake-up. Is it how the wake-up functionality works on USB OTG port in Function mode?

The following steps are followed before entering into suspend of the system.

OTG_SYSCONFIG[4] = 1; 

PM_MPUGRPSEL1_CORE[4] = 1; PM_WKEN1_CORE[4] = 1; PRM_IRQENABLE_MPU[0] = 1

Please let me know if the steps that I am following are correct.

Regards,

GSR