Skip to main content
Graduate II
April 25, 2020
Question

Does STM32H7Cube libary support SDIO card (not SD memory) ?

  • April 25, 2020
  • 1 reply
  • 643 views

I'm planning interface the SDMMC to a wifi module. Does the cube library suppot it? Or I should go to LL library?

Thanks.

    This topic has been closed for replies.

    1 reply

    Graduate II
    April 25, 2020

    ST changed the peripheral name from SDIO to SDMMC in new STM32 families.

    They forked support into SD and MMC files to work with ​either cards or eMMC chips. I'm not sure this is necessary, but does add to the clutter.

    Usually you need BSP, HAL and LL components in your build, and DISKIO and FATFS sit on top of those.​

    Graduate II
    April 25, 2020

    For WIFI cards your probably going to need to pick through the HAL and LL code​ and create your own support library/abstraction