Question
VBUS sensing on STM32L0?
I'm trying to understand the correct way to do self-powered devices with STM32L0. Most datasheets for other MCUs document using PA9 as a sensing pin using an alternate function, but I'm not finding this for L073, which I'm using on a Nucleo L073RZ board.
Do I need to do this all at my application level with a different normal GPIO pin and enable/disable USB functionality at that layer?
