Quality RTOS & Embedded Software

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


Loading

system heap dynamic size

Posted by vincent on November 16, 2012
all:

as we know that the configTOTAL_HEAP_SIZE value is used by FreeRTOS to manage all running task.
i want to know the system heap dynamtic size which is defined in startup_stm32f2xx.s
Heap_Size EQU 0x00004000

AREA HEAP, NOINIT, READWRITE, ALIGN=3
__heap_base
Heap_Mem SPACE Heap_Size
__heap_limit

i really want to get the dynamic value used in MALLOC and FREE.
anyone knows that ?

vincent

RE: system heap dynamic size

Posted by Dave on November 16, 2012
I don't think I understand your question. The heap that is defined in the code you post will only be used if either your project uses heap_3.c (heap_1, heap_2 and heap_4 do not use it), or your code uses malloc() and free() directly rather than pvPortMalloc() and vPortFree().

If you don't use malloc() and free(), and use don't use heap_3.c, and you are not using library functions that use malloc(), then you can set to size to 0 if the linker will let you, or 4 if the linker won't let you as the RAM is just being wasted.

RE: system heap dynamic size

Posted by vincent on November 18, 2012
I wonder to know that the memory is allocated from the HEAP my code define when i use MALLOC / FREEfunction.
as my application use JSON library which use more MALLOC and FREE, i found that the system become halt sometime.
i try to find if the HEAP to be used is not enough large or other issue.

vincent


[ 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