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

Multitasking On Nios-II (Modified Simple Socket Server Example)

Altera_Forum
Honored Contributor II
965 Views

Hello There, 

 

I am Trying to do multitasking on nios-ii by modifying the Simple Socket Server example and Hello MicroC/OS-II. 

 

1. Task Receive TCP Data (Using Task TCPRXTask ) 

2. Task Transmit TCP Data (Using Task TCPTXTask ) 

3. Task Receive UDP Data (Using Task UDPRXTask ) 

 

* Attached is my Project 

 

Problem:  

 

When i put all these functionality (receiving and transmitting TCP data and receiving UDP data) in single application that is main HMI Task it work fine (no multitasking, all there functionality work in sequential manner one by one). 

 

but when i enable all these above mentioned function it simple won't work, it seems my task are not working 

 

Please comment on my attached Project. 

 

My aim is to Nios-II Board have three independent running task that (1) Receive, (2) Transmit TCP/IP data and also (3) Receive UDP data. 

 

Regards
0 Kudos
0 Replies
Reply