
What does "PHY" refer to? - Electrical Engineering Stack Exchange
Oct 20, 2021 · a PHY is a type of Ethernet physical layer (eg. 100BASE-TX, 10BASE-T) a PHY is an Ethernet transceiver IC (eg. an IC that converts 100BASE-TX to MII/RMII) a PHY is a physical layer …
what is the difference between PHY and MAC chip
Jul 11, 2013 · what is the difference between PHY and MAC chip Ask Question Asked 12 years, 8 months ago Modified 12 years, 8 months ago
microcontroller - Why are Ethernet MAC and PHY separate? - Electrical ...
Dec 16, 2022 · The PHY also dissipates a significant amount of power all by itself. And sometimes different media require different PHYs, but the MAC can be the same. For all of these reasons, it …
Connecting a PHY to another PHY on a same board
Aug 14, 2022 · Generally, if I'm connecting a PHY to RJ45 connector, I would add center tap capacitors and Bob-Smith termination like below. But if I am connecting a PHY to another PHY, do I still need …
In USB, what is the difference between a PHY and a transceiver?
Mar 26, 2013 · A Phy is similar to a transceiver in that there is usually different signal standards on "both sides of the chip". With Ethernet it is MII/GMII/etc on one side and, well, Ethernet on the other.
ESP32 GPIO [0] number 2 pin is reserved
May 9, 2025 · I am building a custom ESP32 board to send sensor data via firebase. But when I try to program the WiFi, I got this error. E (111) phy_comm: gpio[0] number: 2 is ...
Why do Ethernet PHY magnetics have a center tap?
May 23, 2023 · I've a question with the Ethernet PHY connection to the RJ45 connector. With either discrete or integrated magnetics, either with voltage mode PHY or current mode PHY, what is the …
stm32 - How to implement OTG FS hardware using embedded PHY on ...
Aug 23, 2025 · The OTG FS for STM32F105/107 (which does not support OTG HS 4) has an internal PHY 5 and a pull-up resistor; thus, I attempted to use section 3.3 of AN4879. Regarding the figure …
Clock synchronization in ethernet PHY - Electrical Engineering Stack ...
Feb 12, 2024 · I am beginning to start with ethernet PHY. As per my understanding, digital signal will be transmitted and we apply encoding scheme to incorporate clock information into the data signal. …
How to define PHY mode and MAC mode between back to back switches
Oct 13, 2023 · When connecting these devices in back to back mode with RGMII interface between then, I need to define which switch is PHY and which would be MAC right? In that case, can …