Altera_Forum
Honored Contributor
14 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 RAM is necessary for run freertos and which size must have the stack. In the declaration of a new task is necessary to use a parameter configMINIMAL_STACK_SIZE, you have tu sum all the possible tasks for calculate the stack size? Many thanks, ifdm