USB-C – Are Male and Female Type-C Ports Interchangeable on a Device?

usbusb-c

This is my first time using USB-C. I am implementing a reference schematic for a school project, however it uses a male Type-C connector. I would like to use a female Type-C socket instead and use a cable to connect my device to a host.

Is a female socket a drop-in replacement in my case? My main concern is that some Type-C cables are said to be active and I might mess up.

The USB schematic is below:
enter image description here

And for reference, this is what the device (LAN7800 EV board) looks like:
enter image description here

Best Answer

Changing a plug to a socket is never a drop-in replacement. And it's not even about having an active or passive cable, it won't be compatible due to how all USB cables are wired.

USB plug to plug cables are not wired straight thru, and devices with a socket are responsible for detecting cable orientation and connecting to the right pins depending on which way the cable is plugged in.

Thus just replacing a plug with a socket will not work unless the pins are routed to match how an USB cable is wired, and even then, without cable orientation detection and muxing to correct pins, it will only work when cable is plugged in to your device in one orientation. Which is not how a real Type C device should work.

Related Topic