Forum Discussion
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.