LittleFS mounted on RAM - STM32F429zi #54166
-
Hi all, Does anyone know if it is possible to mount LittleFs file system on RAM? I have successfully mounted FatFs instance on RAM but it requires too much RAM space for our needs. I'm using STM32F429zi board with 192KB SRAM. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 21 replies
-
@erwango Do you know if this is possible please? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
-
@GeorgePriestner-Eaton, there are several ways to achieve this: |
Beta Was this translation helpful? Give feedback.
-
@GeorgePriestner-Eaton, is this still unanswered? |
Beta Was this translation helpful? Give feedback.
Using the following (added to the dts) or as a overlay file (for a 32kB filesystem), and enable the flash simulator (
CONFIG_FLASH_SIMULATOR=y
):