Quality RTOS & Embedded Software

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


Loading

Microchip AN1264 not using mutex

Posted by on June 24, 2011
Hi!

I am just wondering if there is any specific reason or advantage for using binary semaphores instead of mutexes in AN1264 from Microchip. In most cases I think a mutex would be more appropriate.

Regards,
Anguel

RE: Microchip AN1264 not using mutex

Posted by Richard on June 24, 2011
I am not the application note author, so can only speculate. If the semaphores are used for mutual exclusion, then it might be better to use a mutex, I would agree. The only real difference between the two is that a mutex includes a basic priority inheritance mechanism, whereas binary semaphores don't.

Regards.

RE: Microchip AN1264 not using mutex

Posted by Richard Damon on June 24, 2011
My guess, based on the fact that while they are using FreeRTOS as the example, they also want to be as general as possible, would be that since a Semaphore is a simpler object, and is available in more RTOSes than a mutex, it makes there example more generic. A Mutex is a Binary Semaphore with additional features to specialize it for mutual exclusion, which for FreeRTOS means adding priority inheritance.

Reading over their usage, a mutex really is the proper choice, as they are using them mutual exclusion on a resource, which is what mutexes were developed for.

RE: Microchip AN1264 not using mutex

Posted by on June 24, 2011
Thanks for the help! Portability looks like a good reason. Or maybe the application author simply used to use semaphores. As far as I know, mutexes were introduced later in FreeRTOS. Or could maybe memory usage or performance be also a reason for his choice?


[ 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