fatfs_ramdisk#
Overview#
The fatfs_ramdisk project is showing creation and usage of RAM allocated filesystem.
Running the demo#
After the board is flashed the program will format disk, create file on disk, write text and read text. Each step will be indicated on terminal.
Example output:
Ramdisk example.
Format ram disk.
Creating text file.
Writing to text file.
Opening file for read.
Text in file.