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.
我在使用论坛k1例程测试ddr3中发现程序会死在下面这个函数中
WritebackInvalidCache((void *)uiStartAddress, uiByteCount);
ddr的时钟参数等根据板子已做修改。屏掉该函数ddr3能够正常进行测试。
请问为什么会死在这个回写Cache中呢?是什么导致的?