Question
VBUS sensing not working at Stop Mode
I'm used mcu stm32l476vg.
I'll have to low power mode.
It is in low power mode using the following API.
HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI);
But although it is in low power mode, it does not return by USB insertion.
I ask for your help...
