STM32H753ZIT6 - Ethernet with MicroChip PHY - KSZ8563RXNI in RMII mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-01 11:53 PM
Is there any sample code to port Microchip Micrel RMII PHY to STM32H7 controllers?
Regards,
Umit
Labels:
- Labels:
-
Ethernet
-
STM32H7 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-03 1: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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-04 3: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.
