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.
我想把一个3600*1023的大数组存储到DDR3中进行运算
我的具体做法如下:
2、然后利用CCS中的memory browser导入数据
导入完之后数组首地址显示正常,可是当我进行Debug的时候,数组地址突然变了,然后出现下面
提示:error:identifier not found
哪位大神能解释一下为什么会出现这种情况?我有什么解决办法能够实现只在一片固定的DDR3上进行运算?