I have a single OTG port on my microcontroller subsystem, and need to add an embedded hub to add an embedded/hardwired device. I also need to preserve the capability of the microcontroller to be accessed as a device by an external host...
I am looking at using the TUSB2036 hub with a bus-buffer controlled by the OTG_ID signal to allow the external host to directly connect to the uC USB device (OTG)
Is there a better solution?
Will the TUSB2036 effectively 'float' it's output if I use the OTG_ID signal as the RSTB input, or should I use OTG_ID to enable/disable the power supply to the TUSB2036?
Thanks