Free file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-01-02 10:35 PM
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- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-01-02 10:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-01-02 11:43 PM
yes u r right..EFSL doesn't support LFN.
You can use FAT_FS ELM from Chan. It supports LFN.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-01-02 11:51 PM
u can refer to the following link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-01-03 12:23 AM
Thnks a lot Pila.
It will help for sure. Did you try this FS with uSD interfaced on SPI with STM32.?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-01-03 12:34 AM
Hi,
The project contains a demo for the STM32 with FatFS interfacing an SD/MMC card using the SPI bus. Giovanni- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-01-03 12:38 AM
u r welcome mike.
Yes I tried it with STM3210C connectivity line. FAT_FS with SPI interfaced SD. and it's working fine.