RMII Librairies Topic is solved

If you have a simple question and just want an answer.
Post Reply
joey.bienvenu
New User
Posts: 2
Joined: Wed Feb 07, 2018 8:16 pm

RMII Librairies

Post 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)


View Solution
User avatar
infiniteimprobability
XCore Legend
Posts: 1126
Joined: Thu May 27, 2010 10:08 am
Contact:

Post 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
joey.bienvenu
New User
Posts: 2
Joined: Wed Feb 07, 2018 8:16 pm

Post by joey.bienvenu »

All right,
We will be using MII and adapt our board connections for it.
Thanks for the help !
Post Reply