XMP-64 ethernet demo

Technical discussions related to any XMOS development kit or reference design. Eg XK-1A, sliceKIT, etc.
User avatar
nieuwhzn
Member++
Posts: 26
Joined: Sat Dec 12, 2009 6:45 am

XMP-64 ethernet demo

Post by nieuwhzn »

Anyone got the ethernetBridge demo for the XMP-64 working?
Mine doesn't get any further than the initialization stage.
The receiver seems to block at:
int nbytes = mac_rx(rx, rxbuffer, src_port);
The transmitter blocks at:
fetch_frame((txbuffer, unsigned char[]), loopback, nbytes);

I'll delve further in the code, but if anyone has some uplifting advice then that would be great.