2024-02-28 05:38 AM
Heyho,
until now I only used STM32 with the LAN8742, in a few weeks I'll get my 2nd custom board, but this time with the "dual" PHY KSZ8863RLL.
It's connected via RMII, for setup MDIO (and optionally I2C for the registers not accessible via MDIO).
Are there any known issues or "pitfalls" with this PHY?
Thanks in advance,
LCE
PS: interesting that there is no "ETH" label... :D
Solved! Go to Solution.
2024-08-12 02:08 AM
I have my board with STM32H733, KSZ8863RLL, LAN9512 up and running.
Here's the most important advice:
a) use internal RMII clock
b) use I2C (or SPI) - which is a must for a)
MDIO only allows access to a few basic registers (as already mentioned by Pavel), but to enable internal RMII clock (recommended by datasheet), a register only accessible via I2C / SPI must be written. (Bad design IMO).
2024-02-28 06:41 AM
You mean this: https://www.microchip.com/en-us/product/lan8742 ?
and this: https://www.microchip.com/en-us/product/ksz8863 ?
As they're both Microchip products, have you asked Microchip for any guidance in moving from one to the other?
Do they have a migration guide?
Or on the Microchip Ethernet forum:
2024-02-28 06:44 AM
@LCE wrote:PS: interesting that there is no "ETH" label... :D
I guess that would go under 'Interface and connectivity ICs':
https://community.st.com/t5/interface-and-connectivity-ics/bd-p/interface-connectivity-ics-forum
But do ST have any such chips?
2024-02-28 06:49 AM
> But do ST have any such chips?
No PHYs from ST.
That's why I ask here, in hope some other STM32 user has used the KSZ8863.
The Microchip forum / Ethernet feels like mostly dead.
2024-02-28 06:50 AM
They have a migration guide between the KSZ8863 and another dual PHY.
2024-02-28 06:54 AM
Just noticed:
2024-02-28 06:59 AM
Yes, I already found these, one thread was started by me...
And I'm not too bad at googling! ;)
2024-02-28 07:02 AM
@LCE wrote:The Microchip forum / Ethernet feels like mostly dead.
You can always contact Microchip Support direct: https://microchip.my.site.com/s/
https://www.microchip.com/en-us/support/design-help/client-support-services#
2024-02-28 07:05 AM
I'd rather have some insights from another STM32 / PHY user.
2024-02-28 07:11 AM
The products are agnostic to what microcontroller is used - a SAM would see the same as an STM.
Microchip would be able to tell you about the differences between their products.