Simple app for two Ethernet ports [KINDA SOLVED]

Sub forums for various specialist XMOS applications. e.g. USB audio, motor control and robotics.
User avatar
atena
Member
Posts: 12
Joined: Fri Apr 25, 2014 3:35 pm

Simple app for two Ethernet ports [KINDA SOLVED]

Post by atena »

Hi everyone!

I am desperate trying to come up with a simple app that manages two Ethernet ports over a single tile of a L16. Using two different ethernet servers is not possible since they use many static resources.

I am using the XMOS slicekit XP-SKC-L2 and I have been playing with the AVB Audio Daisy Chain which includes an Ethernet server for two ports. However, when I get to isolate the server and combine it with a simple ping demo it throws a memory exception.

I am not sure about the functionality of this two ports server, there is no doc. I am super lost, and if someone could give me some piece of advice or guideline in my approach I would be REEEEEALLY appreciated.

THANKS A LOT.
:)
Last edited by atena on Tue Dec 02, 2014 12:11 pm, edited 1 time in total.


User avatar
atena
Member
Posts: 12
Joined: Fri Apr 25, 2014 3:35 pm

Post by atena »

Ok guys,

finally I decided to go for a duplication of the MAC layer into a dual version which replicates the single port functionality into two ports.

You can see the module and a simple ping demo app on the two ports here.

The app is intended to be run over a SOMANET CORE C22 + COM ETHERNET.

Hope it helps someone.