Quality RTOS & Embedded Software

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


Loading

Receiving queue message but nobody sends

Posted by Willem on March 24, 2009
I`m on pic32.

Have created a queue succesfully for RS485 task. No other task / file has the queue send function to this queue.

When using this:

while( xQueueReceive( xRS485Queue, &Rs485msg, 1000 ) != pdPASS );
// block as long as UART interrupt is still busy

After some amount of time (less then a minute) it manages to break the while loop.
I don't get it. Anyone any suggestions where i should look? i`m sure nobody sends data to this queue

It doesnt happen when i use portMAX_DELAY, but from my insights it than only takes longer since
portMAX_DELAY = oxFFFF = 65535mS = ~ about an hour (when using 1000hz for os tick counter).
So i think when i use portMAX_DELAY it only takes longer when the loop breaks.

RE: Receiving queue message but nobody sends

Posted by Willem on March 24, 2009
Gets even more strange.

when using this test code:

unsigned portLONG data = 0;
while( data == 0 )
{
data = xQueueReceive( xRS485Queue, &Rs485msg, 1000);
if(data)
{
while(1);
}
}

Then the code gets in the while(1) part. When checking the data variable with the REALICE debugger, the variable is 0.

Still, nobody sends data to the queue

RE: Receiving queue message but nobody sends

Posted by Dave on March 24, 2009
Which version of FreeRTOS are you using?

RE: Receiving queue message but nobody sends

Posted by Willem on March 24, 2009
v5.1.2

RE: Receiving queue message but nobody sends

Posted by Richard on March 24, 2009
I could not offer any explanation for that behaviour, it is not something I have seen or had reported before.

The queue receive implementation in V5.2.0 is different. Try using that - it would be interesting to see if it made any difference. V5.2.0 is completely backward compatible with V5.1.2.

Regards.

RE: Receiving queue message but nobody sends

Posted by Willem on March 24, 2009
Very stupid fault. Someone else in my repro worked on the same code for the USB.

In his peace of code he was using a function that used this queue

Shame on me :$

Sorry for your time. Thanks for the reply's!!


[ 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