Littlefs with large erase sector

Hello,

we use stm32 with flash, with large sector size of 128kB, and total size of 32MB

Is it that littlefs suitable for such HW ?

Thanks,
Ran

Hi Ran,

Yes it is. LittleFileSystem is built for microcontrollers with external flash storage. I recommended you to study and use it.
https://os.mbed.com/docs/mbed-os/v5.15/apis/littlefilesystem.html

Regards,
Pekka