Quality RTOS & Embedded Software

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


Loading

stack sizes again

Posted by Ben on October 29, 2007
I have searched many of the threads here looking for and answer but have not had to much luck.

I am using FreeRTOS on an lpc2368 arm7 core.

In xTaskCreate, the usStackDepth is in multiple of stack width. So for the arm7 this would be multiple of 4 bytes.

e.g usStackDepth = 100 = 100 * 4 bytes

That I understand ( i hope), although in one post I found it said that for a 32 bit stack and allocating 100 elements the size would be 32 x 100 - I assume that was in bits.

I am using vTaskList() to display task info. From the online manual -

Lists all the current tasks, along with their current state and stack usage high water mark.

Now just what is meant by the high water mark. From what I am seeing I think it is the amount of free space on the stack, because the more I allocate in xTaskCreate, the larger this value seems to get.

Also is this value in bytes or in stack widths ?


many thanks
Ben

RE: stack sizes again

Posted by Richard on October 29, 2007
The number is in bytes, not words. It is the number of bytes that have not ever been used. For example, if you stack is 100 bytes total, and the most you have ever actually used is 75 bytes, then the high water mark shown will be 25. Therefore, when this values reaches near zero, you know you have a problem!

Regards.

RE: stack sizes again

Posted by Ben on October 30, 2007
ok thanks, i thought that was probably what I was seeing, but wanted to make sure as I am having some funny problems, possibly stack related.

regards
Ben


[ 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