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.

How to connect 8bit SRAM with AM3357 GPMC bus?mux mode

Other Parts Discussed in Thread: AM3357

  I will extend 8bit SRAM with AM3357 GPMC bus, used mux mode,
AM335X GPMC_AD0-AD7 connect SRAM D0-D7, but how to connect Address line of SRAM?

A:
AM335X GPMC_AD0 --> SRAM A0 (through latch)
AM335X GPMC_AD1 --> SRAM A1 (through latch)
......
AM335X GPMC_AD14--> SRAM A14 (through latch)

B:
AM335X GPMC_AD1 --> SRAM A0 (through latch)
AM335X GPMC_AD2 --> SRAM A1 (through latch)
......
AM335X GPMC_AD15--> SRAM A14 (through latch)

which connect is right?
Thanks