Purpose
The Basic-fatfs-project will help you to get familiar with filesystem on AT91SAM microcontrollers. It supplies sample code of
common operations of a filesystem through a SDRAM based filesystem. It can also help you to configure the filesystem according to your own needs, which can be used for fast implementation of your own filesystem and other applications related. FatFs is a generic file system module to implement the FAT file system to small embedded systems.
Description
Open HyperTerminal before running this program, use SAM-BA to download this program to SRAM or SDRAM, make the program run, the HyperTerminal will give out the test results.