Tool/software:
Hi,
We are trying to connect the MCU to a Ethernet switch IC with its RMII port. According to the switch IC's datasheet:
The RMII interface only supports RMII MAC mode. When connecting the interface to another MAC,
the RMII pins must be cross-connected in a way that the direction of the control, clock, and data pins matches on
both ends. In this configuration, it is also possible to operate a MAC vs MAC mode
But I am not sure if it is possible for the MCU to work in MAC to MAC connection.
I found a similar thread in the forum:
e2e.ti.com/.../am335x-rmii-direct-connection-between-two-devices
If the MAC design of the MCU is similar to that of AM335, I will be confident that this would work for us. Or do you know if there is any successful case on this?