在nandflash驱动 nand_davinci_read_buf 函数 看到ioread32_rep 写的地址 是 0x0200 0000 查看手册 发现 ASYNC EMIF Data(CE0) 为0x0200 0000
但是并没有找到关于这个地址详细的介绍 。 想问下这个 ASYNC EMIF Data(CE0) 是干什么的?
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.
在nandflash驱动 nand_davinci_read_buf 函数 看到ioread32_rep 写的地址 是 0x0200 0000 查看手册 发现 ASYNC EMIF Data(CE0) 为0x0200 0000
但是并没有找到关于这个地址详细的介绍 。 想问下这个 ASYNC EMIF Data(CE0) 是干什么的?
Li Liang,
EMIF上还可以接异步memory,例如nor flash,sram等。
nandflash驱动 nand_davinci_read_buf函数 为什么要读写这个地址? 我看nandflash驱动 好像没有 对芯片的读写擦除 操作的描述。
这个异步memory 在哪个手册里面有详细描述呢?