Skip to content

JojoS62/COMPONENT_SDIO

 
 

Repository files navigation

SDIO-driver

SDIO block device driver.

This is not officially supported driver.

License & Contributions

The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.

This is an implementation for a blockdevice to use SDHC cards via SDIO interface.

Supported Hardware

  • STM32F4
  • STM32F7

Tested Hardware

Driver Description

This SDIOBlockdevice inherits from Blockdevice. The implementation uses an intermediate layer for the target specific code. This version uses the STM HAL for the SD card communication, an approach that is not fully mBed compliant. So this driver is not part of the mbed-os, a cleaner solution maybe supplied in the future. Anyway, this driver passes the same tests as for a SDBlockdevice with SPI interface.

Usage

The driver is used like other blockdevices, a good starting point is https://github.com/ARMmbed/mbed-os-example-filesystem

About

SDIO block device driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.9%
  • C 32.6%
  • CMake 0.5%