Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Yes. RTOS would allow you to spawn several threads. You can manipulate a thread to resume, suspend etc while the other thread executes. There is lot of helpful literature available for the RTOS that have been ported on NIOS eg. uC/OS-II. --- Quote End --- However, the tasks rely on RTOS would be much slower, it uses the RTOS system resources, the remaining resources would be wasted. So the multiprocessor distributes system resource, would be much faster.