Author Topic: Is it possble to USB host and device connectors to share the same port ?  (Read 13142 times)

tkafafi

  • Member
  • ***
  • Posts: 20
The situation I'm asking about is if a usb port on an intergrated chip can be connected to an A connector and a B connector together. But only one connector would be active at a given time depending on whether the integrate chip port is operating in host or device mode.

Essentaill trying to implement something like On-The-Go mode but with standard A and B connectors instead of the microAB connector ?

Or maybe the way to do this is to implement an OTG port with microAB connector , then have an A or B port adaptor. Is there such an adaptor ?

Thanks

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
A system can have both a host and device port. They can be active at the same time. If for some reason you wanted only one to be active at a time, I suppose you could implement that in firmware with an error message if someone attaches something to both ports.

A micro-AB connector doesn't need an adapter because you can attach either a micro-A or a micro-B plug. The OTG spec defines a micro-A/standard-A adapter. But the micro-AB connector is specified for OTG systems only so you would need to meet the OTG requirements.

Jan


Pat Crowe

  • Member
  • ***
  • Posts: 39
It sounded to me as though the OP wants to connect one port on the chip to both connectors at the same time. If so, this is a Bad Idea.