cancel
Showing results for 
Search instead for 
Did you mean: 

Free file system

mikeprince7009
Associate II
Posted on January 03, 2012 at 07:35

Hello frnds,

      I was using Efsl with Stm32. But it is not supporting long file names.

Is der ne other free file systems which will support long file names too.

Thank you.

Mike
6 REPLIES 6
mikeprince7009
Associate II
Posted on January 03, 2012 at 07:42

rosarium
Associate II
Posted on January 03, 2012 at 08:43

yes u r right..EFSL doesn't support LFN.

You can use FAT_FS ELM from Chan. It supports LFN.

rosarium
Associate II
Posted on January 03, 2012 at 08:51

u can refer to the following link.

http://elm-chan.org/fsw/ff/00index_e.html

mikeprince7009
Associate II
Posted on January 03, 2012 at 09:23

Thnks a lot Pila.

It will help for sure.

Did you try this FS with uSD interfaced on SPI with STM32.?

disirio2
Senior
Posted on January 03, 2012 at 09:34

Hi,

The

http://www.chibios.org

project contains a demo for the STM32 with FatFS interfacing an SD/MMC card using the SPI bus.

Giovanni

rosarium
Associate II
Posted on January 03, 2012 at 09:38

u r welcome mike.

Yes I tried it with STM3210C connectivity line. FAT_FS with SPI interfaced SD. and it's working fine.