Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16592 Discussions

multi threaded application in NIOS

BPani1
Beginner
994 Views

Hi ,

I am using NIOS || software build tools-18.1 for creating application.

I would like to create a multi threaded application.

I have gone through Ethernet example.In that its using multi tasking with uc/OS.

What are the various options available to create multi threaded application.

Apart from creating multi tasks using uc/OS ,is there any other options available then let me know.

 

Regards,

Biswajit

0 Kudos
2 Replies
GuaBin_N_Intel
Employee
374 Views
Yes, you can find another simple multi-tasking example from NIOS template "Hello MicroC/OS-II"
0 Kudos
Daixiwen
New Contributor I
374 Views

You need a kind of operating system in order to do multitask. uc/OS is a possibility, but I think that you can also try FreeRTOS.

There is also a port of the eCos operating system to Nios II but given its current state I wouldn't recommend it.

0 Kudos
Reply