Forum Discussion
Altera_Forum
Honored Contributor
22 years agoMicroC/OS-II Problems
I have a Nios II project that is using MicroC/OS-II. This is the one that comes with the Nios II, not the Microtronix port for the Nios 1. So far I have just been using the default settings, but I ...
Altera_Forum
Honored Contributor
22 years agoI'm trying to remove mutexes, memory managemnet, mailboxes, etc. Basically all I need is message queues and tasks. I have also tried removed specific functions (ie. OSTaskCreate because I only used OSTaskCreateExt) but this causes similar problems.