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.

[参考译文] RM57L843:异步 EMIF 接口地址间隙

Guru**** 2468610 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/675443/rm57l843-async-emif-interface-address-gap

器件型号:RM57L843

您好!

我使用以下简单代码访问 DPRAM 数据:

unsigned int Ext_ASYNC_Mem_write2 (unsigned int Ext_Mem_Address_PTR、unsigned int Data_TO_Write_PTR、 unsigned int No_of _32BitData)

unsigned short * Addr =(unsigned short *) Ext_Mem_Address_ptr;

while (No_of _32BitData >0)

*Addr++= Data_TO_Write_PTR++;

NO_O_of 32位数据--;


返回0;

在数字分析仪上、我只能看到地址001、003、005、但数据顺序正确、请检查所附图片。 我不明白为什么?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好、Mercel、

    对于16位存储器、EMIF Ba1连接到存储器的 A0。 地址信号为:...A10、A9、.A1、A0、Ba1

    Ba1在显示屏中切换、显示屏中的 EMIF_ADR 是什么?