Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNIOS 1 Memory Usage
I've got a NIOS system running but have questions about memory usage (RAM). I've got 2 files that contain the issues. The 1st is the memory map (.mn) generated by the compiler and the ...
Altera_Forum
Honored Contributor
22 years agohmm.
If you're not calling malloc(), it should not get linked in. Somebody must be calling malloc(). Are you using any unusual libraries? If you're sure you know what you're doing, you can disable the CWP manager in the "Software" tab of the Nios configuration dialog. I generally advise against doing that, it can introduce some very hard-to-understand erroneous behaviors when your register window underflows. --> dvb