Quality RTOS & Embedded Software

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


Loading

how to manage queue and semaphore

Posted by ephobb on December 28, 2015

hi, I m bit confused while implementing queue and semaphore. my scenario is as follows. I have three task. Two are from same prioirity and one is having higher prioirity. I want to send data from three task to queue. i will receive the data from queue to fourth task, where i will send data to LCD. I can't understand how to manage the queue.

xQueueHandle lcd_queue=0;

lcdqueue = xQueueCreate(20,sizeof(uint8t));

xcreate(task1,"T1",NULL,1,NULL); xcreate(task2,"T2",NULL,1,NULL); xcreate(task3,"T3",NULL,2,NULL); xcreate(Send_lcd,"LCD",NULL,1,NULL); // This task will send data to LCD and receive the data from queue.


how to manage queue and semaphore

Posted by edwards3 on December 28, 2015

Use xQueueSendToBack() to send to the queue and xQueueReceive() to receive from the queue. No need for a semaphore. http://www.freertos.org/xQueueSendToBack.html http://www.freertos.org/a00118.html


[ 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