The Flash/EE project demonstrates the use of the Flash/EE memory controllers. It includes 2 different examples: FlashEE1 demonstrates the erase, write, load and protect functions FlashEE2 shows how to define a page of data with both compilers, RV and GNU To view any of these examples, only one of the C source files ('FlashEE1.c' or 'FlashEE2_GNU.c' or 'FlashEE2_RV.c') can be included in the target at any one time. Instructions on how to switch between examples are as follows: * In the Project Workspace window, right click on the active source file in the 'C Source File' folder. * Select ' Options for 'NAME_OF_FILE.c' '. * Uncheck the 'Include in Target Build' box * Click OK. * To activate another file, right click on it in the 'C Source File' folder in the Project Workspace window. * Select ' Options for 'NAME_OF_FILE.c' '. * Check the 'Include in Target Build' box * Click OK. * Compile and run as normal.