Quality RTOS & Embedded Software

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


Loading

Best practice to share same resources between tasks

Posted by chaabanemalki on March 12, 2015

Hello,

I'm working on a project where I have to write to an SD card from more than one task. For this I use mutex. I use SPI to communicate with the SD card, plus I have to use an EEPROM that share the same SPI bus witht he SD card. First idea that came in my mind is to use one mutex to share the SPI bus between SD card and EEPROM and also between different tasks that write/read from the SD card.

Is there a better efficient way to manage my case ?


Best practice to share same resources between tasks

Posted by davedoors on March 12, 2015

Mutex is a good option for you. It will be obtained by the highest priority thread waiting on it, and has priority inheritance.


Best practice to share same resources between tasks

Posted by richard_damon on March 12, 2015

This sounds like the classic use of a mutex.

The minor nit is that it seems you are making public an implementation detail (the SD card and the EEPROM are on the same bus), but the actual mutex access can be put into the device driver APIs.

There could be some argument for having a second mutex outside the SPI bus mutex for just the SD card (or just the EEPROM) if the application layer needs to do multiple transactions that need to stay "atomic" (like reading a sector to update it). With just a single mutex, the task would need to lock out the EEPROM too during the update cycle.


Best practice to share same resources between tasks

Posted by chaabanemalki on March 13, 2015

Thank you for the help


[ 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