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++
12603 Discussions

tse_mac Initialize BUT not respond to PING

Altera_Forum
Honored Contributor II
1,101 Views

I have initialize my ESDK Cyclone-III board (see attached print-screen) but it won't respond to PING. it already acquire Static IP address. 

 

But it won't respond to ping request 

 

in SOPC tse_mac clock is ddr2_bot_auxhalf = 82.5 Mhz , i have also change the clock from ddr2_bot_auxhalf to ddr2_bot_auxfull = 165 mhz but still not responding the PING request. 

 

Regards 

Kaushal
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
386 Views

Still waiting for any clue....

0 Kudos
Altera_Forum
Honored Contributor II
386 Views

Have you checked to make sure# ifdef PING_APP is set to true? Ping is an optional task in the InterNiche stack, so it's not necessarily guaranteed to be set to run automatically. Looking at your program's output it doesn't seem to be running. If it were, you should see something like: Created "PING client" task (Prio: 11)

0 Kudos
Altera_Forum
Honored Contributor II
386 Views

 

--- Quote Start ---  

Have you checked to make sure# ifdef PING_APP is set to true? Ping is an optional task in the InterNiche stack, so it's not necessarily guaranteed to be set to run automatically. Looking at your program's output it doesn't seem to be running. If it were, you should see something like: Created "PING client" task (Prio: 11) 

--- Quote End ---  

 

Thanx for your post. 

If i Reduce the VIC frequency from ddr2_bot_auxfull to ddr2_bot_auxhalf it start responding to PING but at the same time my VIC stop receiving interrupt, so i need both VIC and InterNiche work together (desirable for my application)
0 Kudos
Reply