cancel
Showing results for 
Search instead for 
Did you mean: 

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

diverger
Senior

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

Thanks.

2 REPLIES 2

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.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..