Quality RTOS & Embedded Software

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


Loading

Synchronization objects

Posted by Nobody/Anonymous on April 4, 2006
hello
on 32bit cpu semaphore takes 100 bytes in ram!
it very expansive.
it would very good if freertos would have like window's Event and Semaphore objects.

RE: Synchronization objects

Posted by Richard on April 4, 2006
The semaphore uses exactly the same code as the queue mechanism - it is just a macro wrapper around the queue code. This is done to minimise the ROM usage, rather than the RAM.

While the RAM usage may seem high for a semaphore the data structures within that 100 bytes contains all the event management data in addition to the semaphore data. There are no extra event control blocks required, and event data structures are not required to be allocated separately as in some other RTOS's. This (hopefully) is more efficient when looking at the system as a whole, rather than individual components. At least this is the intention :-)

Regards.

RE: Synchronization objects

Posted by Jeff Smith on April 4, 2006
The preference seems questionable to me... I've always seen that ROM was much more plentiful than RAM inside the MCU families I'm using (8 and 16-bit Freescale).

But then, I've been impressed by the overall system, so Richard makes a good point.


[ 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