Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNIOS Ethernet
Hi guys. I faced with a problem and i do not know how to handle it. I have an evaluation board Cyclon III FPGA Development Kit. In examples, which came with CD,there is no example project,wh...
Altera_Forum
Honored Contributor
15 years agoThe example I provided runs as-is without an OS using a polling mode. I actually have developed 4 products that use this polling mode, although I've used a cooperative (not preemptive) OS to manage application threads. lwIP runs in one thread polling but gives up the processor when there is nothing to do. Therefore the callbacks from lwIP all are in the same thread.
Bill