Does STM32H7Cube libary support SDIO card (not SD memory) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-25 2:18 AM
I'm planning interface the SDMMC to a wifi module. Does the cube library suppot it? Or I should go to LL library?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-25 3:15 AM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-25 3:19 AM
For WIFI cards your probably going to need to pick through the HAL and LL code and create your own support library/abstraction
Up vote any posts that you find helpful, it shows what's working..
