This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GPMC config for NOR flash

I have a TI AM335x EVM board whose NOR Flash I would like to use in the development of drivers.
I am having trouble with my code so would like some help in sanity checking the basics...

The AM335x EVM has 16MB of NOR flash which I would like to place on CS0 with a base address of 0x0.

These are my settings -

1) AM335x EVM PROFILE
   To setup the PINMUX for NOR flash and GPMC I have set the board to profile #3 using the CPLD profile switch.
 
2) SYSBOOT Pins - default ( I currently dont want XIP or BOOT from NOR on the EVM)

3) CS CONFIG for 16MB of flash with a base address of 0x0

   Base Address of 0x0
      I have set bits [5-0] of GPMC_CONFIG7_0 to 0x00
 
   Chip select mask for 16MB of NOR
      I have set bits [11-8] of GPMC_CONFIG7_0 to 0xF
     
So the question is are the settings for GPMC_CONFIG7_0 correct?

Thanks,
Taz