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++
公告
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 討論

NicheStack TCP/IP Stack usage question "Maximum Number of Tasks must be four or less"

ZXiao1
初學者
1,566 檢視

Hi,

 I am using the NicheStack TCP/IP Stack in the UCOS . And I find the words "Maximum Number of Tasks must be four or less" in the software developer's handbook. I don't understand why the is task number constrain in this usage. Dose anyone know this ? 

thans

 

0 積分
1 回應
JosephC_Intel
主席
810 檢視

Hi Zxiao1,

 

NicheStack TCP/IP Stack allowing us to creates one or more system level tasks on initialization stages.

 

This is defined in advanced when netmain function is called. We can change this on the system level tasks through in ipport.h. Just go to your BSP project, in the iniche/src/h/nios2 folder under #define statement and config the module of priority, inclusion or stack size based on your requirements.

 

There are more information stated in below tutorial guide:

https://www.intel.com/content/dam/altera-www/global/en_US/pdfs/literature/tt/tt_nios2_tcpip.pdf

 

Best Regards,

JosephC

Intel Customer Support

Sales Marketing Group

回覆