To use this NAND flash programmer:

1. Connect to GEM core 0 in CCS in No boot mode. Load nandwrite.out.

2. In the expression window add "dataSizeUint32". Set this variable to be the number of 
32-bit words to be programmed to the NAND.

3. In a memory window load the file to be programmed to the NAND. The load address should
be 0x0C000000 (writeBlock). The length is the number of 32-bit words in the file.

4. Press run. The console window will show you the results.

5.The code seems to stall sometimes, if you just run to completion. So please step through the code one line at a time till you reach the starting of block erase and then run to comletion.

