Skip to main content
Associate
October 29, 2025
Solved

STM32U585 SDcard read and write using FILEX

  • October 29, 2025
  • 1 reply
  • 182 views

Hello everyone,

I am working with an ST M 32 U 585 V I T micro controller and I would like to use an SD card for file read/write operations using Azure File X.
I have enabled Thread x and File X middle ware in S T M 32 Cube IDE (Cube M X), but I am not completely sure about the hardware connections, Cube M X configuration, and code implementation for SD M M C with File X.

Best answer by Saket_Om

Hello @yugi 

Please refer to the examples below:

STM32CubeU5/Projects/STM32U5G9J-DK2/Applications/FileX at main · STMicroelectronics/STM32CubeU5

 

1 reply

Saket_OmBest answer
Technical Moderator
October 29, 2025
"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.Saket_Om"
yugiAuthor
Associate
October 30, 2025

TQ BRO