Posted on January 30, 2018 at 17:54Hi, we are sleeping the STM32F072xB using PWR_EnterSTOPMode() and waking on various GPIO for button press, etc. Is it possible to wake on a USB message? Is there an app note or example on this? Does anybody know...
Posted on January 30, 2018 at 17:48Hi, we sleep the STM32F072xB using PWR_EnterSTOPMode() and currently wake from some GPIO like button press. We do have a USB connection up and I'm wondering if the other side could wake us with a USB message. Is ...