Quality RTOS & Embedded Software

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


Loading

xSemaphoreTake in FreeRTOS V4.7.2

Posted by Christian on June 27, 2008
Hello,

My project is dedicated for the Cortex M3 CPU. I'm cycling our board in order to test the firmware. I created several tasks, Some tasks wait for a binary semaphore. Each of them, I defined a block time to wait for the semaphore. One of them is 20 ms and the other one is 10 ms. The cycling test is to capture a signal from an input (using a timer capture). So I can get ~200 interrupts in 100 ms @ each 8 seconds. (signal --- wait 8 sec --- signal ---).

The problem is the following one. Sometimes, the os freezes in vListInsert() called from a xSemaphoreTake()...

It loops for ever in a for loop()

for( pxIterator = ( xListItem * ) &( pxList->xListEnd ); pxIterator->pxNext->xItemValue <= xValueOfInsertion; pxIterator = pxIterator->pxNext )
{
/* There is nothing to do here, we are just iterating to the
wanted insertion position. */
}

We have 10 boards in cycling test, 9/10 boards got this problem < 15 minutes.

I'm using IAR to compile and debug the project.

I hope to get an answer from you soon.

Regards

Christian




RE: xSemaphoreTake in FreeRTOS V4.7.2

Posted by MEdwards on June 27, 2008
I would say you have most likely corrupted your data somewhere. Have you checked how much stack is left free in your tasks?

RE: xSemaphoreTake in FreeRTOS V4.7.2

Posted by Christian on June 27, 2008
Yeah each task has enough space in the stack. Is it a way to see how many space left in the stack? I verified in the memory window, I can count how many 0xA5 is present in each stack.


RE: xSemaphoreTake in FreeRTOS V4.7.2

Posted by DaWorm on August 14, 2008
Look at vTaskList to get a list of tasks and their min stack remaining (it shows the lowest free bytes, not the most used bytes).

I'm having the same problem, only with serial interrupts causing the problem. In my ISR, I read a queue to send data, write a queue with received data (just like the demos). Another task reading a queue will hang exactly the way you describe almost immediately if I have more than one serial port active, or after a few hours if only one is active. My stacks look fine (well over 100 bytes extra in each).


[ 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