How to understand Ethernet protocol and RMII from basics ?
Hi
Ethernet is currently working on the Nucleo-H755ZI-Q development board. However, I would like to understand Ethernet from the basics, similar to how we understand protocols like I2C and SPI.
Could you please suggest any resources or reference links to help me understand the Ethernet protocol and RMII interface in depth?
This is my custom board ethernet

LED_G+ needs to be pulled down, so I have pulled that pin down.
- Can I use the same libraries that are used in the Nucleo-H755ZI-Q board for this LAN?
- If I use the same library and it gets stuck at netif_add() what could be the issue?
