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.

problem of GPMC comunicate with fpga



hello everyone,

         i want use gpmc on am335x to comunicate with a fapa (Asynchronous,16bits,no multple,signal read and write),but there are  some problems,i  only can write once.then the cs and wr signal will keep on 1.  

i set the gpmc_configs as blow:

#define STNOR_GPMC_CONFIG1 0x00251000
#define STNOR_GPMC_CONFIG2 0x00060601
#define STNOR_GPMC_CONFIG3 0x00000000
#define STNOR_GPMC_CONFIG4 0x06020602
#define STNOR_GPMC_CONFIG5 0x00050707
#define STNOR_GPMC_CONFIG6 0x04000000

i have used devmem2 to check the regs they have been seted  as what has show upon;

so can anyone help me?? please!!