Forum Discussion

BPani1's avatar
BPani1
Icon for New Contributor rankNew Contributor
7 years ago

multi threaded application in NIOS

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

2 Replies

  • Yes, you can find another simple multi-tasking example from NIOS template "Hello MicroC/OS-II"
  • Daixiwen's avatar
    Daixiwen
    Icon for Occasional Contributor rankOccasional Contributor

    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.