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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

Problem about DM9000A and NicheStack....

Altera_Forum
Honored Contributor II
1,293 Views

Hi, 

Can you help me, 

1. 

When I'm using NicheStack(DM9000A as NIC),I met some strange problems: 

when i'm debugging TCP prot,the program entered ip_output() function.It triggered a panic(),and told me this message:  

ip_output: overflow 

The program crashed after this message... 

How to avoid this ? 

2. 

The bit[0] of DM9000A's TX Control Register (TCR) sometimes don't clear itself after sending completely. I wrote: 

while(ior(TCR)&0x01) 

udelay(5); 

and the program stuck here.... 

What should I do? 

 

Thank you
0 Kudos
0 Replies
Reply