Is it possible to get Vbus disconnect notification on self-powered USB HS device in STM32H743 without wiring VBus to an IEXT port?
I have a working USB2 (ULPI) device mode interface, and want to detect cable removal. There appears to be provision for this: OTG_GINTSTS has SRQINT and OTGINT bits and OTG_GOTGINT has the OTGINT bit, but I do not seem to get any response to cable removal, though the VBus signal does indeed drop to 0V when the cable is removed.
I can detect this signal using other methods, but it seems odd that all the registers and documentation suggest that this should work, and the STM provided HAL and LL code is there to do it... The documentation does not suggest that this is a Host only feature. Am I missing something?
