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.

28335 zone7 外扩32bit RAM的问题



我的硬件是在zone7用2片25616构成32位外扩RAM

运行例程xintf_run_from

更改源程序外扩地址,把InitXintf16Gpio()改成InitXintf32Gpio()

设置XintfRegs.XTIMING7.bit.XSIZE = 1(32位总线)

运行到程序搬移时出现问题。

源程序代码区:

执行完memcopy后的外存

显然不是32位的复制,请问如何解决?

另外我在外部数据区定义长整型数组是赋值也出现这个问题,低16位的数值自动变成了高16位的数值。