Quality RTOS & Embedded Software

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


Loading

[STM32F4] Communication betwenn 2 tasks

Posted by Ronan on February 10, 2012
Hi!

I 'm learning to use FreeRTOS and I ask myself a question on the communication between 2 task.

In my example, I realise an analog to digital converter on one pin every 100 ms and I send this resultat in a queue.

An other task receives this information by the queue and transmits it at hyperterminal (via UART) every 500 ms.

The problem is that the transmitted data is not the last sampled data.

What is the solution to communicate when 2 tasks don't work at the same frequency ?

thanks,

Ronan.

RE: [STM32F4] Communication betwenn 2 tasks

Posted by Richard Damon on February 10, 2012
If task2 just wants the "last" value converted, the best choice is for the data source to just put the value in a global variable and the second task to read from that.

The idea of a queue is to allow a task to wait for data, and to startup as soon as it is available, or if the queue gets full, for the generating task to be delayed, and restarted as soon as there is space to place the data.

Both ends of a queue by definition work at the same average rate, otherwise the queue overflows or underflows.


[ 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