Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

TSE Equivalent to DM9000A

Altera_Forum
Honored Contributor II
965 Views

So I'm trying to transfer some code from the DE2 to the DE2-115 that used the ethernet port. On the DE2 there was a very nice .c and .h file for the DM9000A which let me just use: 

 

unsigned int TransmitPacket(unsigned char *data_ptr,unsigned int tx_len); 

 

To send some data. I know there's a rather complex way of sending data via UDP and such on the DE2-115, but I don't need anything that complex or fast. Is there someway to include just a .c and .h like on the DE2 to get very basic ethernet working on the 115?
0 Kudos
0 Replies
Reply