Driver SDMMC

Issue #186 new
Patryk Kubiak created an issue

General Description

SDMMC is a driver for handling SD/MMC cards in all available modes. The specification can be found here: https://www.sdcard.org/developers/overview/sdio/sdio_spec/Simplified_SDIO_Card_Spec.pdf

List of modes supported by the driver:

  • 1Bit - Default work mode, it has to be supported by the LLD
  • 4Bit - 4 bits-wide work mode, it has to be supported by the LLD
  • 8Bit - 8 bits-wide work mode, it has to be supported by the LLD
  • SPI - uses SPI driver to work with a card. If the SPI driver is not available, this mode is not available

#List of main subtasks:#

  • Task #187 - LLD for STM32F7

Comments (4)

  1. Log in to comment