Forum Discussion
Altera_Forum
Honored Contributor
15 years agofreertos - memory used
Hi everybody! I have installed freeRTOS operating system into a cyclone iii. With this operating system it is possible to assign a piece of the RAM memory for each task. I want to know how much...
Altera_Forum
Honored Contributor
15 years agoalthough is not possible to calculate size, it can be assumed that each context switch (when the scheduler assign the time to another task ) also the stack content change?
And if this is true, all the stack assigned to a task is copied into another part of the RAM?