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.
首先, 如果要打开cache,必须使能mmu
其次,cache一般要注意的是一致性的问题,关于这个问题,baidu上的文章很多,例如 http://blog.csdn.net/dianhuiren/article/details/6896129
这里,主要是要注意DMA操作所带来的一致性问题,所以,对于DMA buffer,要注意了。