Quality RTOS & Embedded Software

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


Loading

AT91 Port ram usage

Posted by johanan on January 8, 2005
I just started with this AT91 and compiled the demo port. It usese about 14K of RAM, which is quit a lot for a 16K device - can you explain how to reduce this and what is taking most of the RAM?
Thanks

RE: AT91 Port ram usage

Posted by Richard on January 8, 2005
The demo application creates a lot of tasks (22?), most of which are tasks that are common to a number of different ports. Each task requires its own stack, which takes up memory. The demo application is sized for the amount of RAM available (that is, I made it create as many tasks as would fit with a little bit spare).

There is a block of memory allocated to the kernel. This is basically a large array from which the kernel can obtain memory as needed. In the case of the AT91 demo no memory is dynamically allocated other than that allocated by the kernel – so the block of memory made available to the kernel is sized to nearly fill the entire RAM available. The size of this memory block can be made smaller or larger as required.

Depending on how your application uses memory you may wish to leave the memory block taking up nearly the entire RAM space and then use the pvPortMalloc() and vPortFree() functions from your application is necessary. Or, you may wish to make the memory block just big enough for the kernel needs.

See:

http://www.freertos.org/FAQMem.html

and

http://www.freertos.org/a00111.html

for more information.

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