Quality RTOS & Embedded Software

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


Loading

Queue, Semaphore and timing

Posted by Gerhard Kreuzer on October 4, 2011
Hi,
my problem:
I want to transmit some messages, which takes time (USART ...). I post one message after the other using a queue and after the first post I tell the hardware to start transmitting. After the hardware has sent the first message, the next message is taken and so on, in the meantime more messages will be created and put in the queue.
After creating all messages, I know the number, I have to wait for the end of transmission of the last message. Not the end of any message or the beginning of the transmission of the last message or whatever.
So, waiting until the queue runs dry isn't the correct way.
Has anybody some idea to manage this situation in some elegant way with FreeRTOS?

Thanks.

With best regards

Gerhard

RE: Queue, Semaphore and timing

Posted by Richard on October 4, 2011
You would have to implement something in the UART interrupt handler. For example, presumably the UART will continue transmitting for as long as there is data to transmit. When the queue is empty, and the last message received from the queue has been sent completely, the UART interrupt will know, and can set a semaphore to indicate such. The task can then take the semaphore before it starts sending messages to the Tx queue, then block on the semaphore again once it has posted all the messages to the queue. When the task unblocks, it knows the UART Tx interrupt has finished.

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