例如,我主函数产生了一串数据如下
for(i=0;i<10;i++)
int[i]=i;
怎么把这10个数据写入DDR3,然后如何读取这些数据
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.
例如,我主函数产生了一串数据如下
for(i=0;i<10;i++)
int[i]=i;
怎么把这10个数据写入DDR3,然后如何读取这些数据