Forum Discussion
Altera_Forum
Honored Contributor
15 years agoControlling stack & Heap size
Hello, I'm using NIOS II EDS (eclipse). I can't find where in the EDS I can define the stack & the heap size of my project. Can you help? Thanks, Yehuda.
Altera_Forum
Honored Contributor
15 years agoBadOmen,
Thanks for your reply. All you said is correct and I'm familiar with it. What I ment is the stack size that the linker is pre-allocating before "C" is starting to run. This is a "hole" in the memory that linker keeps for the stack so the linker will be able to use the rest of the memory for other things. This parmeter exist in any other platform I know and especially per task in OS like uC/OS-II. Same for heap. Yehuda.