Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

task stack calculation

Posted by Nobody/Anonymous on April 19, 2005
I wonder how to calculate the needed stack size for a task.
The demos use portMinimalStackSize as parameter for sTaskCreate(). Is this always correct, or do I have to count all local variables ?
Or what else is the correct procedure?

RE: task stack calculation

Posted by Richard Purvey on April 19, 2005
The usual method to calculate task stack is to look at the worst case scenario (local variables, etc) and double it.

Then reduce it after lots of testing, but this usually needs the stack to be initialised to some value so you can see the 'tide mark' for the maximum amount of stack being used.

Not sure if the stack in FreeRTOS is initialised or not.

RE: task stack calculation

Posted by Richard Purvey on April 19, 2005
Looks like the task stack is initialised with the value 0xA5.

RE: task stack calculation

Posted by Richard on April 19, 2005
Hi,

I’m on a business trip so am a bit slow replying at the moment.

The minimal stack is not always the correct size to use. It is safe to use in the demo app and the idle task – but if your function call depth, or local variable usage, or number of parameters being passed to a function are large then it will have to be increased.

Stack problems are a common source of errors.

Take a look in the file:

\Source\portable\oWatcom\16BitDOS\common\portcomn.c

at the function:

usPortCheckFreeStackSpace().

This walks the stack and checks for the number of 0xa5’s that remain. This lets you know the ‘high water mark’ as described by rapurvey. You can copy this function into one of your application files.

Incidentally this function has been moved into the tasks.c file in V3.0.0 so is more easily accessable.

Regards.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner