Library to use ext4 filesystem with STM32U5 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-02-25 1:27 AM - last edited on 2025-02-25 1:39 AM by Andrew Neil
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
- Labels:
-
STM32U5 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-02-25 1:38 AM
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 designed from scratch never works and cannot be patched up to make it work.
