Skip to main content
mikeprince7009
Associate II
January 3, 2012
Question

Free file system

  • January 3, 2012
  • 6 replies
  • 1172 views
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
    This topic has been closed for replies.

    6 replies

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

    rosarium
    Associate
    January 3, 2012
    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
    January 3, 2012
    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
    January 3, 2012
    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
    Associate III
    January 3, 2012
    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
    January 3, 2012
    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.