File-system for NOR flash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 4:01 AM
Hello,
I am struggling with integration of filesystem on external nor.
I've been trying both littlefs, and spiffs. Both, with no success yet.
Is there any suggestion from ST for filesystem example on external nor flash ?
Thank you!
ranran
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 4:33 AM
What exactly went wrong with littlefs integration? Porting it should be straightforward - just implement functions for read/write/erase/sync operations on flash blocks. I found an example:
http://www.uimeter.com/file/system/littlefs/2018/04/12/Try-LittleFS-on-STM32-and-SPI-Flash.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 4:33 AM
What exactly went wrong with littlefs integration? Porting it should be straightforward - just implement functions for read/write/erase/sync operations on flash blocks. I found an example:
http://www.uimeter.com/file/system/littlefs/2018/04/12/Try-LittleFS-on-STM32-and-SPI-Flash.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 9:39 AM
Right,
I tried again with littlefs after seeing your answer, and surprisingly it looks to be functional now.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-18 8:16 AM
Hi ranran , i am working on same project , which part number you use as external flash ? Could u binding properly little-fs on external flash ?
Regards,
volkan
