Skip to main content
Visitor II
April 20, 2022
Solved

Dear ST Community, I am working on a project using STM32MP157D-DK1 and currently trying to create a File System using SD card. I am not getting the option for FATFS in the CubeMX configuration. (see in picture) Please help me out!

  • April 20, 2022
  • 1 reply
  • 1173 views

I am following the instructions of a video on ST's official Youtube page:

https://www.youtube.com/watch?v=I9KDN1o6924

picture: https://imgur.com/a/bN5oR3p

    This topic has been closed for replies.
    Best answer by PatrickF

    Hi @k44,

    FATFS is not supported in the scope of the MPUs products as SD-Card is managed by Linux with their own Filesystem.

    So, this video does not apply to the STM32MP157D-DK1 board.

    More information on MPUs products in https://wiki.st.com/stm32mpu/wiki/Main_Page

    Regards.

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    1 reply

    PatrickFAnswer
    Technical Moderator
    April 20, 2022

    Hi @k44,

    FATFS is not supported in the scope of the MPUs products as SD-Card is managed by Linux with their own Filesystem.

    So, this video does not apply to the STM32MP157D-DK1 board.

    More information on MPUs products in https://wiki.st.com/stm32mpu/wiki/Main_Page

    Regards.

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    k44Author
    Visitor II
    April 20, 2022

    I understand. Thanks for the help!