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.

PCIe 接收地址修改问题



大家好!

我用两片6670运行PCIe_exampleProject的例程,例程中设置的接收数据地址是L2,我想改为DDR,就把cmd文件里面的dstBufSec  改了

SECTIONS
{
    .init_array > L2SRAM
    .dstBufSec  >  L2SRAM        //   .dstBufSec  >  DDR3
}

现在编译后报错

#10265 no valid memory range(NULL)

#10099-D run placement fails for object

请问哪里还要再设置吗?谢谢