 *********************************** 
 * built date: 07 April 2010
 * by shondll
 ***********************************
 

 *** Project description ***
This is a very simple project for the LPC-P2919 board produced by Olimex Ltd. The board 
features LPC2919 ARM9 processor. When the demo is started LED1, LED2, LED3 start flashing in a
sequence with period about 0.5 seconds. The project is configured to run in the embedded RAM
memory of the device.

 *** Hardware Requirements ***
-- Demo board LPC-P2919 by Olimex
-- ARM-USB-OCD-H or ARM-USB-TINY-H ARM debbugger by Olimex

 *** Installation ***
The workspace is configured to work with an installation of Olimex USB-OCD-H rev_H. It is highly
recommended to keep the default installation directory ("C:\gccfd\"). This workspace directory 
"project_LPC2919" should be copied/moved in the installation directory (again "C:\gccfd\" if using
defaults).

If you haven't installed the JTAG debugger before, please connect and install it using the 
drivers in the installation folder before moving on.

 *** Running the Demo ***
When you start Eclipse choose File->Switch Workspace->Other... and then select
the folder "project_LPC2919". Open the file "main.c" and with the editor window still active select
Run->External tools->(The name of your debugger). If the acive window is not the editor a popup
window will appear displaying an error!
If you have setup everything up to now sucessfully you should read something like this in the
console:
Info : JTAG tap: lpc2900.cpu tap/device found: 0x0596802b (mfg: 0x015, part: 0x5968, ver: 0x0)

You can now start the program by selecting: 
Run->Debug Configurations...->LPC2919_ram DEBUG and pressing Debug button in the lower right 
corner of the window.

Switch to Debug perspective and use the buttons for debugging above the editor window.

Enjoy ;)

