Skip to main content
Visitor II
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.

    This topic has been closed for replies.
    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_OmAnswer
    Technical Moderator
    October 29, 2025
    yugiAuthor
    Visitor II
    October 30, 2025

    TQ BRO