Quality RTOS & Embedded Software

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


Loading

How to enable support for long filenames

Posted by bartjes on September 19, 2016

I've found the FreeRTOS +FAT with optional support of long filenames (http://www.freertos.org/FreeRTOS-Plus/FreeRTOSPlusFAT/index.html) so that was my trigger to start evaluating it on my Nordic NRF52 eval kit. I use Eclipse & GCC on a Windows 7 64-bit machine to evaulate the FreeRTOS version 9.0.0 FAT functionality. A Micro-SD card holder has been hand-soldered (including pull-up resistors) onto some GPIO pins that are configured for SPI use on the Nordic platform.

The RAM driver example worked so I used that to create an (micro-) SD card driver over SPI, also working fine now. However, any file I create has uppercase characters when viewed in Windows explorer and I cannot seem to use filenames longer than 8 characters + 3 character extension. I can live with uppercase filenames but really would like to use longer filenames than this. I found that increasing FMAXNAME to 100 characters in fatsl.h does not bring a solution.

So the main question is: How do I enable the 'optional' support for long filenames ?


How to enable support for long filenames

Posted by rtel on September 19, 2016

I think you might be confusing two different file systems.

FreeRTOS+FAT has optional long file name support: http://www.freertos.org/fat

but fatsl.h is not a FreeRTOS+FAT header file, it is a "FreeRTOS+FAT SL" header file: http://www.freertos.org/fatsl

The SL stands for 'Super Lean', and is limited in functionality. Despite its similar name, the code base has nothing in common with the full FAT file system implementation as its a completely different code base.


[ 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