Using ETH on STM32H753 without MIIM bus (MDIO, MDC)
Hello,
In a project, we are using a STM32 and an Octavo (AM335x). Both are connected to a Microchip KSZ9567R Ethernet Switch.
The Ethernet Switch has only one MIIM interface, and I guess I can't connect together STM32 MIIM and Octavo MIIM on this single switch MIIM Interface.
The solution seems to use instead the switch SPI or I2C interface.
But in CubeMX it seems the use of the STM32 MIIM interface is mandatory...
How can I disable it ?
Many thanks and best regards