########################################################################
#
#                           MassStorage.eww
#
#
########################################################################

DESCRIPTION
===========

 This example project should be used only with IAR Embedded Workbench for ARM
 
 It implements a MMC/SD card drive. The first free drive letters will be
 used. For example, if your PC configuration includes two hard disk partitions
 (in C:\ and D:\) and a CD-ROM drive (in E:\), the memory card drive will
 appear as F:\.
  The STATUS LED will indicate drive activity.
  The UART 0 is used to send debbug messages. It settings are - 115200, 8bits,
 1 stop, no parity


COMPATIBILITY
=============

  The MassStorage example project is compatible with Olimex LPC-P2378
  evaluation board. By default, the project is configured to use the
  J-Link JTAG interface.

CONFIGURATION
=============

   After power-up the controller get clock from internal RC oscillator that
  is unstable and may fail with J-Link auto detect, therefore adaptive clocking
  should always be used. The adaptive clock can be select from menu:
  Project->Options..., section Debugger->J-Link/J-Trace  JTAG Speed - Adaptive.

   Make sure that the following jumpers are correctly configured
  
  PWR_SEL     - depending of power source
  USBC/USBSC  - USBSC
  RST_E       - unfilled
  ISP_E       - unfilled


GETTING STARTED
===============

  1) Start the IAR Embedded Workbench for ARM.

  2) Select File->Open->Workspace...
     Open MassStorage.eww workspace:

  3) Connect a serial cable between a Host COM port and Olimex LPC-P2378-SK
     RS232_0 connector and start a terminal emulator program on the Host.
     Configure the PC COM port: 115200 baud, 8-bit, 1 stop, no parity,
     no hardware handshacke.

  4) Run the program.

  5) Use a USB cable to connect the evaluation board to your PC. The first
     time a USB device is connected to your computer, Windows will
     automatically load the proper device driver. In this case, the USB
     mass storage device driver will be loaded.

     The MassStorage application is downloaded to the flash memory on the
     evaluation board and executed. Also note that, during board operation,
     the STATUS LED will indicate drive activity.
