Ethernet - RMII vs MII
I'm working on an application that requires Ethernet on an STM32F765 chip and there are two options to attach an Ethernet PHY to the MCU: RMII and MII. Deciding on which interface to use has led me to a post that mentioned RMII having issues on STM32 MCUs. Granted, the post is old and refers to the F4 (I'm using the F7), but I'd like to take a poll of what others have experienced with using either RMII or MII. Which one would you recommend and why? What issues have you experienced?
My preference would be to use RMII due to the lower pin count, but it requires a higher clock frequency.
Thanks in advance for your feedback!
