Quality RTOS & Embedded Software

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


Loading

Best way to deal with multiple tasks that need to read RTC in very short period?

Posted by pugglewuggle on March 15, 2016

Is there an efficient way to communicate with an external RTC and then share that time/value with many tasks that could be requesting that value at any moment without an expensive in/out queue implementation between requesting tasks and the actual RTC task? Surely someone has had to do this before. Thanks!


Best way to deal with multiple tasks that need to read RTC in very short period?

Posted by heinbali01 on March 15, 2016

Hi pugglewuggle,

Is it possible to express the current time as e.g. seconds after 1-1-1970?

Note that there are date-conversion functions in

 FreeRTOS-Plus-FAT\ff_time.c

The cheapest way to share a 32-bit value on a 32-bit MCU would be to declare it as volatile variable:

volatile u32_t ulRTCTime;

( provide an access function if you want to avoid the use of global variables ).

If the architecture not support 32-bit access, you will need a mutex/semaphore to protect the value from getting changed while reading it.

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