Quality RTOS & Embedded Software

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


Loading

Tasks reserve more stack than definied with xTaskCreate()?

Posted by npkz on November 24, 2016

Hello people,

I am using FreeRTOS v8.2.3 on ZYNQ custom board. I am trying to figure out memory requirements of FreeRTOS, and first thing I have done is to print return value of function xPortGetFreeHeapSize before and after the task is created. When creating tasks, for each task is passed the same stack size (2048 bytes), so I would expect that when task is created, amount of FreeRTOS stack is reduced by that same stack size. However, after creating each task, FreeRTOS stack is reduced by size of around 8000 bytes (it's not the same for each task, but almost as 4 * 2048 ), instead of expected 2048. I am using heap4.c.

What exactly I have been missing?


Tasks reserve more stack than definied with xTaskCreate()?

Posted by hs2sf on November 24, 2016

Beware that StackSize arg is NOT just bytes. It's the number of portSTACK_TYPE. From the Ref.Doc: '... The value specifies the number of words the stack can hold, not the number of bytes. For example, on an architecture with a 4 byte stack width, if usStackDepth is passed in as 100, then 400 bytes of stack space will be allocated (100 * 4 bytes) ...'


Tasks reserve more stack than definied with xTaskCreate()?

Posted by npkz on November 24, 2016

Of course, that's it. This was quick and simple. Thanks.


[ 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