Quality RTOS & Embedded Software

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


Loading

Memory allocation?

Posted by tord lindner on February 25, 2009
HI,

I'm a bit confused about memory allocation, everything created through the API I expect be allocated within the heap, all variables which are within a tasks/functions are on the stack. That is, on the heap again. But, variables declared outside any function are they inside or outside the heap declared in FreeRTOSConfig.h? What about declarations in Main before starting the scheduler?

BR Tord

RE: Memory allocation?

Posted by Dave on February 25, 2009
The heap is used to allocate the stacks that are used by the tasks. Therefore stack variables used by the tasks end up in the heap area, really they are on the stack its just that the stack came from the heap.

In main() the compiler will just use the stack as normal. This will be the stack used by main() as specified in the linker script. The compiler knows nothing about FreeRTOS or how it manages memory it just uses the data section and stack as normal.

RE: Memory allocation?

Posted by tord lindner on February 25, 2009
So all variables defined outside a function/task goes on the normal stack and the rest in the heap.? normally, are these two "stacks" going form top/button and hopefully never meet in the middle?

BR Tord


[ 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