Hi,
here the TM4C123x is a USB Host driving the VBUS. When a USB device is connected/disconnected, I would like to know how the TM4C123x detects the connection/disconnection. Is there a register bit that indicates the connect/disconnect status? Or is there an interrupt that indicates the connect or disconnect event?
In other ARM MPU devices, there the USB IP in host mode detects the device insertion by either DP or DM being pulled high by the device. Is that the same here?
In the TIVA library I can see the events
USB_EVENT_CONNECTED
USB_EVENT_DISCONNECTED
and wanted to understand the underlying HW mechanism for these events.
Thanks,
--Gunter