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)
RMII Librairies Topic is solved
-
- New User
- Posts: 2
- Joined: Wed Feb 07, 2018 8:16 pm
-
Verified
- XCore Legend
- Posts: 1156
- Joined: Thu May 27, 2010 10:08 am
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
https://www.xmos.com/download/private/l ... rc1%29.pdf
Engineer at XMOS
-
- New User
- Posts: 2
- Joined: Wed Feb 07, 2018 8:16 pm
All right,
We will be using MII and adapt our board connections for it.
Thanks for the help !
We will be using MII and adapt our board connections for it.
Thanks for the help !