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

Receive Issue

Altera_Forum
Honored Contributor II
933 Views

hi, 

I am using Altera's stratix FPGA and Nios II for our application. In this I am using Niche Stack IP for communicating between client side(Nios II) and server side. It is working when: 

 

 

1. When client side is only sending and server only receiving. 

2. When client and server both side is sending as well as receiving. 

 

not working 

1.When server is only receiving and client have both send and receive. 

Means as soon as I am adding receive in client side and server is not sending anything it is hanging. 

 

Thanks in advance.. 

 

 

regards. 

sblrde
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
201 Views

How do You implement receiving part? If it is socket, then something is bad, if it is somehow otherwise, like polling for data, then it is possible that stack hangs during while() or something like that. 

 

Give us more information.
0 Kudos
Reply