Quality RTOS & Embedded Software

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


Loading

Hang issue

Posted by Ananda Kumar B on April 18, 2011
Can anyone tell me, what could be the reason for the "pxIterator->pxNext->xItemValue " which is always less than the "xValueOfInsertion" as mentioned in the list.c file... which leads to the crash
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
for( pxIterator = ( xListItem * ) &( pxList->xListEnd ); pxIterator->pxNext->xItemValue <= xValueOfInsertion; pxIterator = pxIterator->pxNext )
---------------------------------------------------------------------------------------------------------------------------------------------------------------------

RE: Hang issue

Posted by Richard on April 18, 2011
Um...I think you and I are already discussing this in another thread, aren't we?

Regards.

RE: Hang issue

Posted by Ananda Kumar B on April 19, 2011
Yes true... That is specific to the application hang issue..
But I am interested to know about the internals like what can make the application to make the "pxIterator->pxNext->xItemValue" always lesser than the "xValueOfInsertion"

Can you please specify that?

RE: Hang issue

Posted by Dave on April 19, 2011
I think that line in the source file has a comment above it that states 3 or 4 causes of that, all of which are user errors, not FreeRTOS errors. The simplest cause can be just an ordinary stack overflow. Do you have stack overflow checking on in the configuration?

RE: Hang issue

Posted by Ivan on April 29, 2011
Yes, I was just about to suggest the Stack Overflow issues. This is the most common problem on the RX62N FreeRTOS v7 that I have.

I'm working on a very tight RAM memory for my application and memory budgeting for each Task is critical. You might want to look into that as well. Especially when considering the minimum amount of Stack Space that you need to keep as a buffer for a context switch to occur. This is specific to your port that you're using.

Hope it help.

Cheers,
Ivan

RE: Hang issue

Posted by Richard on April 29, 2011
Depending on which compiler you are using, the C library functions can take up a *lot* of stack (things like sprintf(), etc.). If you only need basic printf() type functionality then consider using the printf-stdarg.c file that you will find included in many of the FreeRTOS demos instead of the standard C library version. It is extremely light weight in comparison.

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