Is it possible to wakeup the STM32 using USB data?
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 ...