We want to to interface Sitara to an FPGA via the GPMC. Timing diagrams in the the AM3505/17 TRM are unclear. Unsure about the following:
a. can we setup a synchronous transfer ? or does it need to be async transfer ?
b. Can we use multiplexed memory address ? See datasheet, section 6.4. 10-bits address ? 26-bits address ?
c. What is the default mode register setting for the GPMC ? gpmc_clk freq ?
d. Is it okay to have NAND flash and FPGA on GPMC bus, seperate chip selects, but each using a different operating/access mode ?
e. What is read-to-write, write-to-read, back-to-back read/write, bus turn around cycle timing ? Would be preferable to have a timing diagram for this.