Purpose
This file contains all the specific code for the basic-fatfs-project
Contents
The basic-fatfs-project application can be roughly broken down as follows:
- The main function, which implements the program behavior
- SDRAM initialize
- Mount a disk
- Initialize a disk in SDRAM
- 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