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 can we process the address pins connection when extending a 64MB Sdram to AM1705's EMIFB?

AS the EMIFB's document shows, we can directly connect the A[0:12] to Sdram's A[0:12]. you know,the A10 has a special function of AP(when high), so I was confused with it now. I will be grateful if you could provide me with some sincere guidance,Thanks.

  • A10对于SDRAM来说可以理解为多功能引脚,数据访问的地址信号由行地址和列地址组成。先送行地址,选中相当的行,再送列地址,组合起来选中访问单元。

    在送行地址时,A10就是地址信号;在送列地址时,只有A0~A9,或者A0~A8有效,不需要A10的参与,这时A10做为precharge信号。

    SDRAM手册的引脚说明里有详细解释。