demo project on transmitting ethernet packet in ".xc" file?

New to XMOS and XCore? Get started here.
jerryXCORE
Experienced Member
Posts: 65
Joined: Tue Apr 30, 2013 10:41 pm

demo project on transmitting ethernet packet in ".xc" file?

Post by jerryXCORE »

I really want an demo project on transmitting Ethernet packet in *.xc (not in assembly *.s)!
* We can download package "sc_ethernet.zip", "sc_website.zip", "sc_xtcp.zip"
* There are demo projects in those packages, which is ready to be compiled and run.
* Unfortunately, all demo projects calls assembly function for transmitting:
mii_lld.s (lite configuration)

Can anyone provide a demo project for transmitting packet, by calling:
mii_transmit_packet() of mii.xc (full configuration)

Thanks!


---------------------------------------------------------------------------------------
By the way, this is related to my previous thread:
"Never succeed in transmitting ethernet packet (in *.xc)!"