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.

tms320f28375d 地址总线

emif配置为32位宽,使用ccs9.2,c语言编译器。使用指针访问外部地址时,如果要访问0x104193的地址,则如果想在数据总线上得到0x104193,必须将4193左移一位,即访问0x108326才行。代码为:*((Uint32*)(0x108326))。

为什么要这样操作,是哪里配置的不对还是什么原因?手册中没看到相关的说明。

希望得到您的帮助。