Forum Discussion
Altera_Forum
Honored Contributor
16 years agolan91c111 code sample (without MicroC-OS)
Hello,
I use dk-nios-2s60n (http://www.altera.com/products/devkits/altera/kit-niosii-2s60.html) board with lan91c111 PHY\MAC controller. I try to find any code sample - to see how to work with that controller from Nios II without using OS (MicroC-OS). The Altera samples includes: 1. nios legacy sdk (http://www.altera.com.cn/support/ip/processors/nios2/er/legacy/ips-niosii-legacy-er-intro.html) (not recommened for new project) 2. lwip (www.altera.co.jp/literature/tt/tt_nios2_lwip_tutorial.pdf) (MicroC-OS based and again not recommened for new project) 3. NicheStack (MicroC-OS based) So if smbd could point me out to the NIOS II lan91c111 code sample not based on MicroC-OS I would be great appreciate. Thank you3 Replies
- Altera_Forum
Honored Contributor
Hi,
Look at http://www.nioswiki.com/exampledesigns/superloopsimplesocketserverplus Altera InterNiche stack is "ported" to uc/OS II. But this example below use the "superloop" version of the stack. I should notice that you require to remake settings (#define). Not trivial. - Altera_Forum
Honored Contributor
mmtsuchi, can I use NicheStack with Quartus 9.0 ? I have some problems in Nios II IDE :
http://i45.tinypic.com/2nhgsx1.jpg - Altera_Forum
Honored Contributor
The superloop example (see above) have a modified version from Altera Iniche Stack.
I had those errors you describe. I made modifications over modifications... and there is too many modifications to do that the project is stopped : it is no professional. (My project using ethernet is suspended. So I rarely answer.) This forum (and nios forum) gets some information about superloop. All I have to say is that you analyze examples (from nioswiki)