Purpose
This file contains all the specific code for the basic-sdcard-project
Contents
The basic-sdcard-project application can be roughly broken down as follows:
- Optional functions
- Interrupt handlers
- Debug functions
- The main function, which implements the program behavior
- I/O configuration
- sd card auto-detect and check whether sd card is write-protected (if supported)
- Initialize MCI interface and installing an isr relating to MCI
- Initialize sdcard, get necessary sdcard's parameters
- write/read sdcard at 10MHz sd clock
- write/read sdcard at 1MHz sd clock