I am using a nrf52833 with NCS and was wondering if there are events I can subscribe to (or polling if events don't exist) that will notify me when USB power is connected/plugged in ? This would have to detect the USB power supplied to the device (on the VBUS pin). I can detect when a device is connected using CDC to the nrf52833, but this doesn't solve the issue when a power supply is powering the device (no CDC communications).
Thanks in advance.