2022-04-21 07:51 AM
Hello,
I am desing with reference STM32MP153 and I would like connect two devices to through of MAC to MAC ports without PHY layer, Is it possible?, In attach figure connection shonw as I should do the connection between devices without phy layer:
Is it posible? could you help me?
2022-04-21 09:46 AM
2022-04-26 08:15 AM
2022-04-26 02:55 PM
Now the connection seems to be OK. When designing the PCB, don't forget about an impedance matching, because 125MHz is not a joke.
Regarding the software don't forget that the speed and duplex modes have to be the same on both sides and will need to be set manually. Also, as the MDIO interface and PHY are not present, a link detection code have to be removed or disabled in one way or another. In a worst case scenario one can implement a dummy PHY driver, which just reports that the link is up and running at some specific speed and duplex configuration.