Problem Loging data to an sd Card STM32U545CET6
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.

