Skip to main content
Explorer II
October 5, 2024
Solved

SDIO support for STM32H7

  • October 5, 2024
  • 1 reply
  • 1238 views

Hi, ST.

I want to know if the stm32h7(h750vb) series supports sdio? The spec sheet only describes the SDMMC peripheral (memory card etc.), but I want to use SDIO in my project to connect with esp32 to use WIFI (using esp-hosted library). I want to know if there is a way to achieve it?

Thanks!

    This topic has been closed for replies.
    Best answer by STTwo-32

    Hello @PickaxeHit 

    As it is stated on the same paragraph, 

    Both interfaces support the SD memory card specifications version 4.1. and the SDIO card specification version 4.0. so, it should support it as a SDIO bus normally if this is what the specifications state.

    Best Regards.

    STTwo-32 

    1 reply

    Technical Moderator
    October 5, 2024

    Hello @PickaxeHit and welcome to the ST Community :smiling_face_with_smiling_eyes:.

    As you said the STM32H750VB integrate only 2 SDMMC interfaces. But if we go to the paragraph 3.39 of the DS12556, we can fin that the SDMMC support MMC,SD and SDIO card.

    Best Regards.

    STTwo-32 

    Explorer II
    October 5, 2024

    Thanks for the explanation. That is it is possible to use the SDMMC peripheral to operate the SDIO bus normally and not just treat it as a storage device?

    STTwo-32Answer
    Technical Moderator
    October 5, 2024

    Hello @PickaxeHit 

    As it is stated on the same paragraph, 

    Both interfaces support the SD memory card specifications version 4.1. and the SDIO card specification version 4.0. so, it should support it as a SDIO bus normally if this is what the specifications state.

    Best Regards.

    STTwo-32