2021-08-01 11:53 PM
Is there any sample code to port Microchip Micrel RMII PHY to STM32H7 controllers?
Regards,
Umit
2021-08-03 01:34 PM
The MDIO routines from the ST examples for LAN8742 can be used for the other PHYs.
Code to access advanced PHY registers over SPI or I2C can be found as usual by googling.
2021-08-04 03:51 AM
Hi Pavel,
KSZ uses multiple communication methods, as seen below I am trying to connect with MDIO.
I guess the problem is on the REF_CLK pin, REF_CLK is the INPUT pin of STM32 right? At that time, I need to assembly R140 instead of R142.