Page 1 of 1

RMII Librairies

Posted: Wed Feb 07, 2018 8:35 pm
by joey.bienvenu
Hi,

My collegues and I are working on a project using a XMOS processor (XEF216-512-TQ128) and AVB standards and, for the purpose of the project, we need to manipulate RMII signals. However, since we're new with the XMOS techology, we were unable to find any form of functions related to RMII signals.
Is there a thing such as a RMII librairy exists in XMOS? If it doesn't, is there a way to adapt another librairy from the XMOS Librairies (for example the Ethernet MII Librairy)?

Thank you,
(Sorry for my english, i'm french)

Re: RMII Librairies

Posted: Mon Feb 19, 2018 3:04 pm
by infiniteimprobability
Hi, there is no implementation of RMII on the xcore that I'm aware of. There is MII and RGMII however. The source code for these can be found in lib_ethernet. You can access layer 2 packets from the MAC layer or raw packets straight from MII using this component.

https://www.xmos.com/download/private/l ... rc1%29.pdf

Re: RMII Librairies

Posted: Thu Mar 01, 2018 3:54 pm
by joey.bienvenu
All right,
We will be using MII and adapt our board connections for it.
Thanks for the help !