2

Taking this schematic as an example:

EtherTen

Can someone explain to me why the center taps of the transformers (TXCT, RXCT) are connected to VCC? I've seen this connection in many (although not all) schematics on the Internet.

What would happen if they would be connected to GND?

Cristian M
  • 241
  • 5
  • 11

2 Answers2

3

TXCT and RXCT are connected to each other and then to C19. The connection to Vcc (3V3A) is to provide power to the chip outputs TXOP and TXON because these are open collector outputs: -

enter image description here

Andy aka
  • 434,556
  • 28
  • 351
  • 777
1

The schematic depicts a PoE (power over Ethernet) tap on the magnetics of the Ethernet connection. The connection is NOT to Vcc, but to a "V+" and "V-" pair of terminals, available at a socket, which presumably are available for some other (not shown) circuitry.

The provision for connection of jumpers, at JP1, is somewhat odd; PoE power ought not to directly be grounded, but should feed a DC/DC converter that provides some isolation. It is possible that the (not shown) circuitry is intended as a power source for some distant accessories (in that scenario, grounding one terminal makes sense; the other would be driven with -48VDC).

Whit3rd
  • 7,177
  • 22
  • 27