Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHOW TO INTERFACE BETWEEN ETHERNET(CYCLONE III) AND PCs(Labtop)
Hi everybody!!! I'm studying with a topics "Interface between Ethernet of Cyclone III and computer(PC or labtop)" It's means that I must "ping IP and Relay from Cyclone's Ethernet". I don...
Altera_Forum
Honored Contributor
14 years agoWhat you posted are definitions, not code that actually set up the address.
What software project did you use? Have a look at the network_utilities.c file, there is a function called get_ip_addr(). The actual IP address to use is declared in a header file (web_server.h for the web server example).