Visible to Intel only — GUID: cxq1480437583215
Ixiasoft
1.1. Introduction
1.2. Nichestack Support and Licensing
1.3. Hardware and Software Requirements
1.4. Tutorial Files
1.5. Software Development Flow
1.6. Nios II Simple Socket Server Overview
1.7. Important NicheStack TCP/IP Stack Concepts
1.8. Where to Go Next
1.9. Hardware Setup Details
1.10. Document Revision History for the Using the NicheStack TCP/IP Stack - Nios II Edition Tutorial
Visible to Intel only — GUID: cxq1480437583215
Ixiasoft
1.6.3.1. Tasks
The table below lists the MicroC/OS-II tasks that implement the Nios II Simple Socket Server application.
Task | Description |
---|---|
SSSInitialTask() | Creates an instance of all the MicroC/OS-II resources. Initializes the NicheStack TCP/IP Stack and the Nios II Simple Socket Server example RTOS structures and tasks. |
SSSSimpleSocketServerTask() | Manages the socket server connection, and calls relevant subroutines to manage the socket connection. |
LEDManagementTask() | Manages LEDBlinkTask, driven by commands received from a MicroC/OS-II queue, named SSSLEDCommandQ. The MicroC/OS-II mailbox, named SSSLEDFreqMailbox, passes blink rate values to the LED blink task. |
Related Information