Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSimple Socket Server on DE2 w/Davicom DM9000A
updated. Altera's Simple Socket Server demo running on a DE2 board with the Davicom DM9000a driver. here it is....zipped downloaded project source for sss on the de2 board. download link c...
Altera_Forum
Honored Contributor
15 years agoThanks for the answer. It seems I got the ethernet device to be detected. The problem was that HAL could not find the right driver (I had put the include files in the wrong directory).
I now have the problem that after calling:alt_iniche_init();
netmain(); the following code keeps on sleeping because the interniche stack can't be initialized: while (!iniche_net_ready)
TK_SLEEP(1); Any ideas on what might cause this? The getIP and getMac methods are called correctly but I don't see any light flicker on my ethernet port or on the switch. Also, I have the DE2-70 board which has the Davicom chip. But could this issue still be related to me not having the regular DE2 board? Thanks.