Apologies if I get any terminologies wrong here, but I currently have a ksz9477s ethernet switch (chosen as it can accept an SFP module) which is wired to a custom Arduino due (ATsam3x8e) via an RMII interface.
The ksZ9477s is all working and has been tested, but I can't for the life of me get the RMII interface to work on the Due, or more to the point, I can't find any example, bar the TAIJIUINO, of anyone using the RMII/MII interface on the Due (TAIJIUINO code seems to be incompatible even after converting EMAC to RMII)
Basically, does anyone know where to find the resources to program the Due with its RMII port?