cancel
Showing results for 
Search instead for 
Did you mean: 

Intergrate littlefs file system for stm32h753 in stm32cubeide

Ematic
Associate II

Trying to store some ssl certificates and device configurations in STM32h753zi internal flash using littlefs file system https://github.com/littlefs-project/littlefs. but i could not able find any example in there. i anyone had experience in stm32h7(2MB, 2bank) flash read/write operations with wear leveling. any examples or further guidance could be helpfull. im fine with any effective solutions (not bounded to littlefs).

3 REPLIES 3
mƎALLEm
ST Employee

Hello,

Unfortunately, ST doesn't provide LittleFS implementation. You may need to look for some implementations on the internet.

See the examples provided by @hans86 in this thread based on STM32H743 device.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Andrew Neil
Super User

That GitHub page says, "Detailed documentation (or at least as much detail as is currently available) can be found in the comments in lfs.h." - so have you looked at that?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

@Andrew Neil there is documentation about how their functions works, not about interfacing between stm32h7 memory.