Quality RTOS & Embedded Software

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


Loading

Stack Overflow problem

Posted by tmostad on September 9, 2015

I have a running app that has a significant amount of code in main and I am trying to split off some of into a separate task but I an encountering a stack overflow. I have assigned a lot more stack to the new task than the main task had when in incoorporated the same code. I commented out the main loop of the new task and it starts fine so this is definitely a stack requirment of the executing code. I suppose I'll try commenting out parts of the new task to see if there is something within it causing the stack to overflow but it is still perplexing that this same code ran fine winthin main. Any ideas?


Stack Overflow problem

Posted by edwards3 on September 9, 2015

Could it be something in your new or old task is causing a data corruption now they are split from each other, and the data that is being corrupted happens to be the task stack? So not a real stack overflow?


Stack Overflow problem

Posted by richard_damon on September 9, 2015

Often if main() overrun the stack, it might just hit the tail of the heap which might not make cause any problem (Depends on the compiler/linker). A task will have its stack created on the 'heap' and if it overflows will tend to be right next to something important.


[ 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