MCI Drivers

The MCI (Multimedia Card / Memory Card Interface) driver are commonly used in an application for reading and writing SD/MMC/SDIO type card.

The following driver variants are available:

  • MCI Synchronous Driver: The driver supports polling for hardware changes, functionality is synchronous to the main clock of the MCU.

  • MCI RTOS Driver: The driver supports a Real-Time operating system, i.e. is thread safe.