Quality RTOS & Embedded Software

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


Loading

FreeRTOS FAT Media Driver

Posted by rahimoval on July 1, 2015

Hi, I am interested in FAT provided by FreeFTOS which is currently in the lab. The example provides a simple RAM disc driver. I wanted to write a driver for the MCU internal flash. So I want to use certain pages of the internal flash for the FAT and save the needed fileas permanently. Has anybody any experience with writing media drivers for FreeRTOS FAT? And one more question. It is also possible to use the FAT without FreeRTOS, but I have seen in some places of code that the semaphores (FreeRTOS specific) are used. struct xFFCREATIONPARAMETERS has a member called *pvSemaphore which must be created by xSemaphoreCreateRecursiveMutex(). What to do here If I want to use the FAT without FreeRTOS? Thanks in advance


FreeRTOS FAT Media Driver

Posted by heinbali01 on July 1, 2015

Hi Shuhrat,

What to do here If I want to use the FAT without FreeRTOS?

+FAT was developed without a specific operating system. The example uses (links with) ff_locking.c, but you are free to provide your own versions of those functions.

If you use +FAT from a single task (or without any OS), there is no need for locking at all.

I wanted to write a driver for the MCU internal flash.

I am not sure about the minimum flash space that is needed to create a +FAT drive.

struct xFFCREATIONPARAMETERS has a member called *pvSemaphore which must be created by xSemaphoreCreateRecursiveMutex().

That is a void pointer and your are free to use your own function which create a semaphore.

Regards, Hein


[ 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