Forum Discussion
KDavi3
New Contributor
7 years agoWhat are the typical RAM requirements for MicroC/OS II on Nios II?
I've allocated 65536 bytes of RAM (which is nearly all that is available on chip) but as I compile the Hello MicroC/OS II example project in Eclipse, I get the following errors: /opt/intelFPGA_lite/...
KDavi3
New Contributor
7 years agoThanks. That documentation doesn't directly answer the question, but I followed your suggestion to look further at the Using MicroC/OS-II RTOS with the Nios II Processor Tutorial. It uses the hardware from the Nios II Ethernet Standard Design Example, which appears to use an external 32 MB SDRAM chip. I certainly don't have nearly that much RAM. The Nios II Ethernet Standard Design Example is available for various development boards, and I think they all have external SDRAM, which leaves me to question if MicroC/OS-II RTOS can even run at all with only on-chip memory.