Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12686 Discussions

simplest way to start using triple speed ethernet under NIOS WITHOUT R

Altera_Forum
Honored Contributor II
1,037 Views

Good day! 

I am beginner at NIOS programming thats why I need your help. I need to create light SNMP manager under NIOS. Maybe some one see any examples of projects that used Triple speed ethernet megacore on NIOS without RTOS and Niche stack (or I am wrong about it and without Niche this MAC doesnt work at all)? Or maybe you will tel me another way? 

 

PS 

At this moment I just want to get packet from network without using Niche stack.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
389 Views

Now I tryed to do all with TSE API but even including triple_speed_ethernet_iniche.h to init MAC not work without using RTOS 

 

make -s all includes  

Compiling main.c... 

../main.c:1:42: triple_speed_ethernet_iniche.h: No such file or directory 

make: *** [obj/main.o] Error 1 

 

Build completed in 14.796 seconds triple_speed_ethernet_iniche.h in project properties but that doesn't help me too... 

 

I tryed to include path to project properties but that doesn't help me too. 

0 Kudos
Altera_Forum
Honored Contributor II
389 Views

I'm thinking that you want to look at this (http://http://www.nioswiki.com/exampledesigns/nios2udpoffloadexample). 

 

Cheers, 

 

- slacker
0 Kudos
Reply