This is a File System file manipulation example.
You can format the drive and create, read, copy and delete files on it.

Detailed description is available on:
www.keil.com/pack/doc/MW/FileSystem/html/fs_examples.html#fs_standalone_example

The File_Demo program is a standalone application preconfigured for
NXP EVK-MIMXRT1060 (MIMXRT1060-EVK) using CMSIS-DAP debugger and Virtual COM port
as a communication interface. Virtual COM port is accessible on the same
J41 connector as CMSIS-DAP debugger.

The program is available in different targets:
 - Debug:
   - Code:                      External QSPI Flash NOR
   - RW:                        Internal RAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 1
   - Compiler:Event Recorder:   Enabled
   - CMSIS:RTOS2:Keil RTX5:     Source
   - File System:CORE:          LFN Debug
 - Release:
   - Code:                      External QSPI Flash NOR
   - RW:                        Internal RAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 3
   - Compiler:Event Recorder:   Disabled
   - CMSIS:RTOS2:Keil RTX5:     Library
   - File System:CORE:          LFN

Notes:
 - In case of debugging problems consult the documentation and Blinky example
 - Terminal application should use "CR" or "LF" for newline setting (not "CR + LF")
