Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi aprado
you should check "WSInitialTask" thread as slacker written but answer of your question "Where should my C code go? Before OSStart? Is the ethernet set up and running before it? How can i manipulate it? I can't see OSStart function in the code." Before OS start it is initialize the Hardware but it is not running Ethernet setup for communication if you want to use Ethernet and using InterNiche Stack then you should use netmain() function after OSStart(); in other task this function initialize Ethernet You can find OSStart code in you BSP package in ucos folder. Cheers, Meet shah