NOR Flash example

Example description
This example demonstrates the use of the 32Mbit NOR flash memory on the Oem Base Board. 
As erased memory is filled with 0xff a zero is written each time the program is executed.
The number of zeroes is read at startup and the following message is printed:

This program has been executed 61 times before

With the number increasing each time the board is power cycled. There is an #if block in the
testNor() function to reset the counter as it stops writing when 128 zeroes have been found. 

Special connection requirements
There are no special connection requirements for this example.

Build procedures:
Visit the <a href="http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides">LPCOpen quickstart guides</a>
to get started building LPCOpen projects.