cancel
Showing results for 
Search instead for 
Did you mean: 

Library to use ext4 filesystem with STM32U5 Series

StefanoSperandio_ST
Associate III

Hi!

I need to know if there is library that allow to manage the file system ext4 with STM32U575 microcontroller.

I found the FATfs and FileX libraries but in their documentation i noticed that they can handle FAT16, FAT32 and extFAT but there aren't informations on their compatibility with ext4 FS.

 

Can you give me some information about?

Thank you in advance.

Best Regards,

Stefano

1 REPLY 1

From a quick google for "ext4 stm32":

https://community.st.com/t5/stm32-mcus-embedded-software/is-ntfs-possible-on-stm32/td-p/171427

https://github.com/gkostka/lwext4

 

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.