Skip to main content
Jack3
Senior
February 16, 2025
Solved

NUCLEO-U5A5ZJ-Q - SDMMC but no FATFS in STM32CubeMX 6.13.0?

  • February 16, 2025
  • 2 replies
  • 822 views

I am configuring a NUCLEO-U5A5ZJ-Q with SDMMC (1-bit) but no FATFS seems available in Middlewares in STM32CubeMX 6.13.0 for this board?

Has FATFS support dropped?

 

Best answer by Souhaib MAZHOUD

Hello @Jack3 

In the STM32CubeU5 firmware, the file system has been migrated from FATFS to FileX.

I suggest that you to take a look at this POST in order to know more about it.

KR,

Souhaib

2 replies

Souhaib MAZHOUDBest answer
Technical Moderator
February 17, 2025

Hello @Jack3 

In the STM32CubeU5 firmware, the file system has been migrated from FATFS to FileX.

I suggest that you to take a look at this POST in order to know more about it.

KR,

Souhaib

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.
Jack3
Jack3Author
Senior
March 6, 2025

Hi Souhaib,

 

thank you very much, this is useful information!

Now I see "Azure RTOS FileX is a fully compliant FAT library for media storage and file system management."

However, I do not use RTOS in my application. Can it still be used in bare metal applications?