2014-09-15 11:49 AM
I have an application where I need to manage a SW that my micro does not have a data interface on. The switch uses MDIO as the interface for management (not just for PHY configuration). Has anybody used a I2C port to mimic a MDIO interface (for micro parts that don't have a Ethernet interface)?
#i2c-stm32-mdio-smi-miim2014-09-15 12:08 PM
I'm hard pressed to see ST's I2C model being remotely helpful here. You could try just doing a bit-banged interface, or if the SPI or USART has a single wire or smartcard type mode.