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.
背景:项目上使用了两块 IS43TR16512C 的 DDR3芯片。原理图接线,地址线16位,数据线32位。
这是手册截图。判断两块的总共空间应该是512MB+512MB = 1G。相当于0x80000000 - 0xB0000000 吧?
现在我有一个全局数组 是放在0xA9000000开始的位置。数组的数据是累加的。打断点看过,程序能正常执行这个累加逻辑。
但问题是,我从 CCS memory browser 看这个数组,数据却是其他值,是不是CCS memory browser 不能访问这么高的地址?这种现象正常吗?
或者说,通过CCS memory browser 看DDR3空间有什么限制?