Purpose
This file contains all the specific code for the basic-fatfs-sdcard-project
Contents
The basic-fatfs-sdcard-project application can be roughly broken down as follows:
- The main function, which implements the program behavior
- SD Card interface initialize
- Mount a disk on SD card
- Test if the SD Card is already formated
- Display all the files contained on the SD card if already formated
- Format SD Card if not yet formated
- Create a new file
- Write something to a opened file
- Close a file
- Open an existing file
- Read a file
- Close a file
- Compare the reading result, print the compare result to DBGU