This is an Mass Storage example that demonstrates Mass Storage Class (MSC)
on USB Device.

Detailed description is available on:
www.keil.com/pack/doc/MW/USB/html/dev_msc_tutorial.html

Board:                  NXP 'MIMXRT1060-EVKC'
Microcontroller:        NXP 'MIMXRT1062DVL6B'
Clock Settings:         XTAL =  24 MHz
                        CPU  = 600 MHz
USB:                    OTG1 (connector J48)
                        OTG2 (connector J47)
Storage Media (USB1):   SD Card
Storage Media (USB2):   RAM memory

The example demonstrates a Mass Storage device using SD Card for 
USB1 connection and RAM memory for USB2 connection

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
   - USB:CORE:                  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
   - USB:CORE:                  Release

Note:
 - In case of debugging problems consult the documentation and Blinky example
