Skip to main content
Associate III
February 25, 2025
Question

Library to use ext4 filesystem with STM32U5 Series

  • February 25, 2025
  • 2 replies
  • 1315 views

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

2 replies

Andrew Neil
Super User
February 25, 2025
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.
Associate
September 16, 2025

Hi Stefano,

Did you make progress on this topic? I'm starting to look at lwext4 for my STM32F4 Blackpill.

Thanks,

J