2025-01-17 06:31 AM - edited 2025-01-17 06:31 AM
Hi,
I am a junior developer, and I am trying to get an SD card working on an STM32 U5 series MCU with SPI. I encountered a problem: in the middleware section of CubeMX, I don't see FatFS; instead, I only have FileX. However, FileX does not have an SD card interface in my case. I want to use FatFS, but I’m not sure how to implement it into the project.
Is it possible to generate the FatFS code on another board that supports it and then transfer the files into the new project?
What are my options?
Thanks.
Solved! Go to Solution.
2025-01-17 07:24 AM
Hello @B5773
There has been a migration from FATFS to FileX for file system management within the STM32CubeU5 firmware package.
Please have a look at this ST wiki page to have more details about the migration from FatFS to FileX and how to develop a basic SD card file operations application.
2025-01-17 07:24 AM
Hello @B5773
There has been a migration from FATFS to FileX for file system management within the STM32CubeU5 firmware package.
Please have a look at this ST wiki page to have more details about the migration from FatFS to FileX and how to develop a basic SD card file operations application.