Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SD/MMC using MCI Example for EVK1104 Documentation

Introduction

This is the documentation for the data structures, functions, variables, defines, enums, and typedefs for the SD/MMC driver in MCI mode.
It also comes with an example of the usage of this driver.

This file gives an example of using the SD/MMC card driver. If a SD/MMC card is detected, the main() function reads data from SD/MMC to internal RAM. It displays on RS232 the first sector from SD/MMC physical sector number 1.

Main Files

Compilation Information

This software is written for GNU GCC for AVR32 and for IAR Embedded Workbench for Atmel AVR32. Other compilers may or may not work.

Device Information

All AVR32 devices with an USART and a MCI module can be used.

Configuration Information

This example has been tested with the following configuration:

  • EVK1104 evaluation kit;
  • CPU clock: 12 MHz;
  • USARTx (on EVK1104 ) connected to a PC serial port via a standard RS232 DB9 cable;
  • SD/MMC 8-bits Slot (on EVK1104 )
  • PC terminal settings:
    • 57600 bps,
    • 8 data bits,
    • no parity bit,
    • 1 stop bit,
    • no flow control.

Contact Information

For further information, visit Atmel AVR32.